Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Anything like IPython Notebook for MATLAB

조회 수: 1 (최근 30일)
Knut
Knut 2015년 9월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
I am using MATLAB a lot for prototyping, for communicating ideas and for documenting stuff for later use. Whenever you make a Matlab plot and include as attachement to a collegue or store it for future use, questions such as "what if you had increased variable x", "I prefer log x-axes", "what does that variable really mean?" arise.
My collegue uses IPython notebook, allowing him to integrate script, plots, etc in on apparent "document" with the flexibility of editing parameters and re-running the calculations right in the document. In one way, this is perfect scientific reporting as you can (in principle) have one self-documenting paper that only relies on a (e.g. recorded) dataset, showing every operation carried out on that data in order to reach some number/plot/... leading to some conclusion. Unlike so many papers I read where you might have to spend weeks figuring out how the formulas left out important subtleties that affected the conclusions (and quite often the relevance of their approach to me).
This seems like what Matlab has "almost" done for years. With the "%%" sections of .m files, Matlab Mobile, export to latex, etc.
Anyone using something similar for MATLAB or any ideas for getting this kind of setup without learning/porting to Scipy? Is this a good time to pester Mathworks staff about making such a feature?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 11일
Perhaps the MATLAB publish() feature?

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by