Rotate 3D plot in PowerPoint
Ältere Kommentare anzeigen
I want to be able to rotate a 3D plot in powerpoint. I found a few exchange files that rotate a plot and save it as a gif, but the problem with that is they use a loop to rotate the image. My figure is complicated, and I do not know what angles I need to rotate through without looking. Put more simply, is there a way to rotate a plot using the hand tool and record an animation of that? (any movie type will do, I can convert it to something PowerPoint can use after I've made it). I realize that may be a tall order.
Alternatively, if there is a way to put an interactive plot in powerpoint (the computer used will have MATLAB installed) that would work too.
Thanks
2 Kommentare
dmitry luchinskii
am 25 Mär. 2019
you could also:
- save your figure as MATLAB fig file
- write one line matlab function that loads this *.fig file
- compile this function using Application compiler as a stand alone *.exe application
- insert the standalone *.exe file *as a link* (to avoid blocking do not insert as an object) into power point
- during presentation you will have full matlab control of the figure
Matthew Anderson
am 19 Nov. 2020
I really appreciate dmitry's suggestion.
Akzeptierte Antwort
Weitere Antworten (1)
For those who come here to find ways to embed a real interactive 3D plot instead of just a gif in PowerPoint,
Please look at this script which helps embed a real interactive 3D plot in PDF. I suggest you convert your PowerPoint to PDF for presentation. Because the interactive 3D plot won't work if you transfer or embed the PDF in PowerPoint.
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!