Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
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));

Risposte (0)

Categorie

Scopri di più su Robust Control Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by