sliceomatic for 3D plots
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Matlabuser
am 28 Apr. 2015
Kommentiert: Christiaan
am 4 Mai 2015
Hi everyone,
Can anyone please explain me how sliceomatic work and how can I plot my data set using sliceomatic function.
Thanks in advance
0 Kommentare
Akzeptierte Antwort
Christiaan
am 29 Apr. 2015
Bearbeitet: Christiaan
am 29 Apr. 2015
Dear Arora,
Slicomatic is a GUI tool in the file exchange where you can make isosurfaces and slices of a plot. Also if you have for example a function v=f(x,y,z), and you want to draw a 2D plot, (i.e. the xy plane at z=3) where the value v is a certain value, you may see a line. (isosurface). Or if you want to plot the values at only a certain z=3, you can make a slice.
An example is shown in the m-file of the file exchange.
A second possibility is if you use the MATLAB functions " isosurface" and " slice". Example how to use these functions are shown in the documentation.
Good luck! Christiaan
2 Kommentare
Christiaan
am 4 Mai 2015
Dear Arora,
If you use the GUI tool "Slicomatic", normally all variables are in the function workspace. Therefore you don't 'see' any variables. A method to solve is, is using the assigning function. You can just put the line anywhere in the code of sliceomatic.m and then you can save a certain variable. (use a debugger to find the correct data of the plot). A second possibility would be to use global variables.
Kind regards, Christiaan
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!