Starting a new line
54 ビュー (過去 30 日間)
古いコメントを表示
Hi I'm really new to MATLAB. My questions is how to a start a new line without executing the code. For example if I have:
y = 1123414124124124124 (want new line here without executing)
0 件のコメント
回答 (1 件)
Meghana Dinesh
2016 年 3 月 24 日
編集済み: Meghana Dinesh
2016 年 3 月 24 日
Are you typing your code in the Command Window? Then use "..." and < enter >
But I suggest you start typing your code in a script. (Home > New > Script)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!