Matlab is no longer running the scripts i wrote that worked previously

1 回表示 (過去 30 日間)
Siiri
Siiri 2013 年 10 月 2 日
コメント済み: Image Analyst 2013 年 10 月 2 日
when I try to load them I get these error messages. I've tried restarting matlab and can open the scripts but not run them.
EDU>> load plottemps.m Error using load Number of columns on line 2 of ASCII file C:\Users\Siiri\Documents\MATLAB\plottemps.m must be the same as previous lines.
EDU>> load plottemps Error using load Unable to read file 'plottemps': no such file or directory.

回答 (1 件)

Harsheel
Harsheel 2013 年 10 月 2 日
編集済み: Harsheel 2013 年 10 月 2 日
The function LOAD is used to load variables from a MAT file into MATLAB workspace. If you intend to execute your matlab script then just execute the following command on the MATLAB Command prompt:
>> run plottemps.m
If the file is a function file and not a script then, execute the following command:
>> plottemps
You can find more information here:
  1 件のコメント
Image Analyst
Image Analyst 2013 年 10 月 2 日
You can just type plottemps either way. You do not need "run" and ".m" even if it is a script.

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

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by