フィルターのクリア

I could not load files from directory to my workplace or command window. what is the reason?

1 回表示 (過去 30 日間)
Abe Ada
Abe Ada 2014 年 6 月 10 日
コメント済み: the cyclist 2014 年 6 月 10 日
load Jvalue.m
Error using load Number of columns on line 8 of ASCII file C:\Program Files\MATLAB\R2012a\bin\Jvalue.m must be the same as previous lines.

回答 (1 件)

the cyclist
the cyclist 2014 年 6 月 10 日
Usually, a file of the form "filename.m" is source code. The load() command function is for loading data files, which are usually of the form "filename.mat".
Did you mean
edit Jvalue.m
to look at your code?
  2 件のコメント
Abe Ada
Abe Ada 2014 年 6 月 10 日
Yes,I wanna to load source code Jvalue.m and other data (element.dat) both command shows the same error message.

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

カテゴリ

Help Center および File ExchangeLow-Level File I/O についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by