필터 지우기
필터 지우기

Live Script versus Jupyter Notebook

조회 수: 18 (최근 30일)
alpedhuez
alpedhuez 2018년 7월 9일
답변: Jared MacDonald 2020년 5월 12일
I would like to know further detailed comparison between Matlab Live Script and Jupyter Notebook.

채택된 답변

Jared MacDonald
Jared MacDonald 2020년 5월 12일
The Live Editor provides a new way to develop code for exploratory programming, to create an interactive narrative, and to present or teach. In particular, the Live Editor allows you to
  • Choose between inline output and output on the right
  • Zoom, pan, and rotate plots and get the generated code
  • Format text interactively rather than through markdown, as well as writing in markdown
  • Create equations using LaTeX or through an interactive equation editor
  • Use functions hints, tab completion, and code analysis tools
The Live Editor is available in desktop MATLAB and in MATLAB Online. To find out more about the Live Editor, go the Live Editor web page. You can find example live scripts in the MATLAB documentation and on the MATLAB File Exchange.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Integration with Online Platforms에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by