MATLAB - Sophisticated Image Processing/Rendering

  • Thread starter Thread starter GreenPrint
  • Start date Start date
  • Tags Tags
    Image Matlab
AI Thread Summary
The discussion revolves around solving a problem related to MRI data visualization in MATLAB. The user struggled with understanding the necessary functions and found the textbook explanation inadequate. They discovered that adding the "clf" command before each new plot was crucial for achieving the expected results. After experimenting with the code, they successfully resolved the issue by incorporating the "clf" command after the "isonormals" function. The user expressed gratitude for finding a solution to the problem.
GreenPrint
Messages
1,186
Reaction score
0
THIS WAS SOVLED

Homework Statement



My book did a very bad job explaining the matter. I have no idea what function(s) I should even use to solve this problem using the MRI data that comes with MATLAB

An MRI visualization example is shown in the help tutorial. Copy and paste the commands into an M-file and run the example. Be sure to add the clf command before drawing each new plot.

Homework Equations



The Attempt at a Solution



I'm suppose to add the clf command to get the results the question is expecting from me. I missed around with the code and the only way I could a result different than from the original code was by adding it right after the isonormals function, this is the tutorial it's making refernce to and the code can be found at the bottom http://www.mathworks.com/h​elp/techdoc/ref/reducevolu​me.html

THANKS
 
Last edited by a moderator:
Physics news on Phys.org
i was able to solve the first part so i got rid of it
 
Back
Top