フィルターのクリア

Error: Number of columns on line 467100 of ASCII file?

1 回表示 (過去 30 日間)
Meera
Meera 2015 年 4 月 8 日
コメント済み: Meera 2015 年 4 月 9 日
Hello Guys,
I was trying to load a txt file in gui, But I got an error as follows. May I know what is the meaning of that error.
{ Error using load Number of columns on line 467100 of ASCII file C:\Users\Desktop\F56_\F56_neue_Querstrebe_Frequenzanalyse.txt must be the same as previous lines.}
When I try loading other txt files its working with out any errors.
With Regards; Meera
  3 件のコメント
Meera
Meera 2015 年 4 月 9 日
Hello Hardy,
I here by attached the code
{ q = get(handles.samp_freq,'string'); Fs = str2num(q); T = 1/Fs;
mV_g = str2num(get(handles.Offset_Value,'string'));
[filename pathname] = uigetfile({'*.txt'},'file select'); fullpathname = strcat(pathname,filename); Data = load(fullpathname); Error = mean(Data); % offset adjustment Data = (Data-Error)/(mV_g); % conversion to g Len = length(Data); % Length of signal time = (0:Len-1)*T; }
Meera
Meera 2015 年 4 月 9 日
Hello Hardy,
I found the error.
Thank you.
Regards; Meera

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by