a = sin(x) + cos(y) + inv(z);
By Doug Hull
17:14 UTC | Posted in Format: Video, Level: Basic | Permalink | 4 Comments »
You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
Hi Doug,
I saw this video on YouTube: http://www.youtube.com/watch?v=CL3COpNZ9BQ
Can you tell me how one can control the surface plotting shown in the video? I mean, plot the surface gradually instead of the whole surface at once.
Not sure how I can email you, hence I have to ask you through comments.
Thanks, Lee
Lee,
That is a cool effect. I am not sure how they did that, though I have some ideas. It is not a built-in effect. I would contact the author directly.
-Doug
thanks for tut,
i have one issue using profiling tool, if i want profiling the GUI call back functions how i can do that thanks once again Regards
Nagaraju A
Nagaraju,
Very often when I want to see what is going on in a GUI, I will use the command line to turn on the profiler
>> profiler on Do something in gui >> profiler off >> profiler report
Enjoy Doug
Wrap code fragments inside <pre> tags, like this:
<pre class="code"> a = magic(3); sum(a) </pre>
If you have a "<" character in your code, either follow it with a space or replace it with "<" (including the semicolon).
Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.
These postings are the author's and don't necessarily represent the opinions of The MathWorks.
Hi Doug,
I saw this video on YouTube:
http://www.youtube.com/watch?v=CL3COpNZ9BQ
Can you tell me how one can control the surface plotting shown in the video? I mean, plot the surface gradually instead of the whole surface at once.
Not sure how I can email you, hence I have to ask you through comments.
Thanks,
Lee
Lee,
That is a cool effect. I am not sure how they did that, though I have some ideas. It is not a built-in effect. I would contact the author directly.
-Doug
Hi Doug,
thanks for tut,
i have one issue using profiling tool,
if i want profiling the GUI call back functions how i can do that
thanks once again
Regards
Nagaraju A
Nagaraju,
Very often when I want to see what is going on in a GUI, I will use the command line to turn on the profiler
>> profiler on
Do something in gui
>> profiler off
>> profiler report
Enjoy
Doug