|
From: | Dmitri A. Sergatskov |
Subject: | Re: How to plot surface using scaled axes values, not indexes |
Date: | Wed, 10 Apr 2013 21:39:45 -0500 |
figure
surf(y)
view(30.0,30.0)
The above code snippet is simply a means of getting something viewable, I'm sure there are much better approaches.
So, what I want to be able to do, is achieve a surface plot as per example, but with x and y axes values displayed as scaled values, not as indexes as shown. I.E. x would have values j = j*spac1, and i = i*spac2, where spac2 is my real world y spacing.
Cheers,
--
Regards,
Terry Duell
[Prev in Thread] | Current Thread | [Next in Thread] |