フィルターのクリア

Undefined function 'vrxmf1' for input arguments of type 'double'. Error in newton>fit_fun (line 435) fprintf(fi​d1,'%10.6f​\t%10.6f\t​%10.6f\t%7​.4e\t%10.6​f\t%10.6f\​t\n',.....​.

1 回表示 (過去 30 日間)
rowmx=1000;
vrxmf=zeros(rowmx,6);
nrow=1; %...............printing in to file.............
for n1=1:nrow-1;
fid1=fopen('C:\Users\hp\Documents\MATLAB\ss1.dat');
fopen(fid1);
fprintf(fid1,'%10.6f\t%10.6f\t%10.6f\t%7.4e\t%10.6f\t%10.6f\t\n',......
vrxmf1(n1,1),vrxmf1(n1,2), vrxmf1(n1,3), vrxmf1(n1,4), vrxmf1(n1,5),vrxmf1(n1,6));

回答 (0 件)

カテゴリ

Help Center および File ExchangeRobust Control Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by