Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
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));

Antworten (0)

Kategorien

Mehr zu Robust Control Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by