フィルターのクリア

Writing my code in Word and exporting to MATLAB

1 回表示 (過去 30 日間)
SC SC
SC SC 2014 年 10 月 10 日
コメント済み: SC SC 2014 年 10 月 10 日
Hello,
I would like to first write my code in word document or text and then transfer to MATLAB. Could you please let me know if this would be okay or not. Since I am not very familiar with MATHLAB, I thought it is easier to write the codes on Word document.
Thank you very much.

採用された回答

Mohammad Abouali
Mohammad Abouali 2014 年 10 月 10 日
Don't do that.
MATLAB has a nice editor.
Inside matlab just type
edit mycode.m
an editor will open and you can type in your code there. It also checks your code, and recommends improvement to your code.
Once you are done to execute it either within the editor push the run button or go to matlab and type mycode and enter. it would execute your code.
  1 件のコメント
SC SC
SC SC 2014 年 10 月 10 日
Than you very much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by