Author |
Topic  |
|
snelephant
USA
1 Posts |
Posted - 06/17/2016 : 12:06:16 AM
|
I would like to perform several intermediate analysis operations on a matrix without creating new objects. That is, I don't want to create now workbooks, worksheets, or anything that would increase the file size of the project.
However some X-functions seem to require output to project objects (books, sheets, etc.) For example the medianfilter:
medianflt2 im:= om:=
creates an output matrix, om, that has to be specified as a book, sheet, etc. How can I use the output of these types of functions without creating 'permanent' objects in the project? Can I instead save the output to a local variable for processing in a script? |
|
cpyang
USA
1406 Posts |
Posted - 06/20/2016 : 7:47:59 PM
|
Origin currently only allow 1D as type dataset, so 2D dataset is not yet supported, but you can always create a hidden matrix book and delete it at the end of the script. We can work on such an example, I also updated ORG-10841 to request higher priority for Origin to add 2D dataset support.
CP
|
 |
|
Sam Fang
293 Posts |
|
|
Topic  |
|
|
|