CHRLAB47 Posted February 20, 2008 Report Share Posted February 20, 2008 If I send a Matlab variable (as a string constant X) into an input of a MatLab Script Node, I get an “ERROR 1050” If I type the Matlab variable name directly into the plot command that’s in the MatLab Script Node, [eg. plot(X)] then it works. Any help would be appreciated. Chris Quote Link to comment
Gary Rubin Posted February 20, 2008 Report Share Posted February 20, 2008 QUOTE(CHRLAB47 @ Feb 19 2008, 04:52 PM) If I send a Matlab variable (as a string constant X) into an input of a MatLab Script Node, I get an "ERROR 1050" I suspect that you need to pass in an array. I think you are currently trying to plot a string... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.