How to show the output on the right side of the coding pane?

81 ビュー (過去 30 日間)
Asuka
Asuka 2024 年 6 月 21 日
回答済み: Animesh 2024 年 6 月 21 日
Please help to show the result on the right side as bottom image.

採用された回答

Ayush Modi
Ayush Modi 2024 年 6 月 21 日
Hi Asuka,
Outputs are generated on the right side of the code panel in 'Live Editor' which is what you are using in the second image.
To generate the output in the same manner, save the file 'untitled3.m' (from the image one) as a .MLX file and run it.
Refer to the following MathWorks documentation for more information on 'Live Editor':

その他の回答 (1 件)

Animesh
Animesh 2024 年 6 月 21 日
Hi Asuka,
The image first image you attached is a plain MATLAB script (.M file), which is supposed to contain multiple sequential lines of MATLAB commands and function calls. And the the second image attached is a MATLAB live script (.MLX file).
In case, you would want to show the result on the right side as shown in the second image, consider using .MLX file for your code. With live scipts you can even choose to display the results in other different orientations.
For more information on live scripts in MATLAB, consider going throught the following link:
I hope this helps!
Animesh

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by