03-25-2008 01:46 PM
03-25-2008 02:22 PM
You can edit your palette to place items wherever you want. Tools -> Advanced -> Edit Palette Set.
I found the MATLAB (That's right REAL MATLAB) script nodes buried in some godforsaken function pallet. How do I get it into the structures pallet where it belongs???
You have to set the working directory with the appropriate Matlab command. Try a "cd" command.
OK, so how do I tell the scriptnode where to look for mfiles?
You can only deal with the datatypes that Matlab provides. Matlab has a struct data type, but I suspect you're probably better off manipulating the data prior to passing it to Matlab into simpler datatypes rather than trying to deal with a flattened string.
Too bad it doesn't support structures/clusters. Does anyone have any tricks for say flattening the cluster and reconstituting it on the matlab side?
String arrays to array of string cells would be nice to add to MATLAB script node too.
03-25-2008 02:36 PM - edited 03-25-2008 02:38 PM