How to change the order of sections in a .mlx file?

조회 수: 28 (최근 30일)
William Davies
William Davies 2021년 2월 18일
댓글: Duncan Carlsmith 2024년 4월 23일 12:37
Is it possible to change the order of sections in a .mlx file? For example, in Jupyter notebook I can drag cells up and down to change the order of cells.
Thank you!

채택된 답변

Adam Danz
Adam Danz 2021년 2월 18일
편집: Adam Danz 2021년 2월 19일
The ol' fashion copy-paste is the only way I know of.
I wouldn't be eager to support the ability to drag and drop blocks of code. Sometimes blocks of code can be run independently from any other block which would be safe to move within the file. But it's common for there to be variables defined or manipulated between several blocks which could cause giant headaches if drag-and-dropped without additional changes.
  댓글 수: 2
William Davies
William Davies 2021년 2월 22일
편집: William Davies 2021년 2월 22일
Thanks Adam!
Yes that's true that blocks can rely on variables defined/manipulated in ealier blocks. From my experience on JupyterLab, the pros outweight the cons. But then again, I don't have much experience with .mlx files and Jupyter notebooks are heavily used for prototyping so being able to flexibly drag blocks around is may be particularly useful there.
Duncan Carlsmith
Duncan Carlsmith 2024년 4월 23일 12:37
I strongly support the ability to drag and drop sections of code plus text in the Live Script Editor. I often cannot drag over a whole section for reasons unknown in order top copy paste. Sometimes it seems limited because a figure is embedded. Other times, I dunno why. So copy-paste has to be done bit by bit and the process is daunting and error prone .

댓글을 달려면 로그인하십시오.

추가 답변 (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