MaxCurves and MaxPoints
Posted: Tue Jul 06, 2004 5:07 pm
Hi David,
I notice that the latest version has dde commands MaxCurves and MaxPoints - Thanks!
But how do I use them?
Here's how I get on with Matlab:
h = ddeinit('DPlot','System');
rc = ddeexec(h,'[SelectCurve(2)]');
...and I have tried, for example:
curves = ddeexec(h,'MaxCurves');
but this throws the DPlot error:
Error processing this command:
'MaxCurves'
What am I doing wrong? Thanks, Chris
I notice that the latest version has dde commands MaxCurves and MaxPoints - Thanks!
But how do I use them?
Here's how I get on with Matlab:
h = ddeinit('DPlot','System');
rc = ddeexec(h,'[SelectCurve(2)]');
...and I have tried, for example:
curves = ddeexec(h,'MaxCurves');
but this throws the DPlot error:
Error processing this command:
'MaxCurves'
What am I doing wrong? Thanks, Chris