photo

swati paliwal


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Error using / Matrix dimensions must agree...How can i eliminate this error
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


In this program one file is vr_ga.dat under which given data is there..Now i have to make one more file named as ss1.dat under which i have to load those results data....But after using this code data is not loaded..how can i load those data?
fid=fopen('C:\Users\hp\Documents\MATLAB\vr_ga.dat'); if(fid==-1); disp('file vr_ga.dat can not be open'); end rowmx=1000...

6년 초과 전 | 답변 수: 0 | 0

0

답변

1

답변

질문


Undefined function 'vrxmf1' for input arguments of type 'double'. Error in newton>fit_fun (line 435) fprintf(fid1,'%10.6f\t%10.6f\t%10.6f\t%7.4e\t%10.6f\t%10.6f\t\n',......
rowmx=1000; vrxmf=zeros(rowmx,6); nrow=1; %...............printing in to file............. for n1=1:nrow-1; ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Undefined function 's' for input arguments of type 'double'
vrxmf=zeros(rowmx,6); rowmx=1000; nrow=1; %...............printing in to file............. for n1=1:nrow-1; ...

6년 초과 전 | 0

답변 있음
Error in newton (line 79) fitness=fit_fun(nucsh).I am always getting this error,What would be the reason?
fid=fopen('C:\Users\hp\Documents\MATLAB\vr_ga.dat'); if(fid==-1); disp('file vr_ga.dat can not be open'); end ...

6년 초과 전 | 0

답변 있음
Error in newton (line 79) fitness=fit_fun(nucsh).I am always getting this error,What would be the reason?
Fitness=1/(1+evreg).In starting evreg=0;

6년 초과 전 | 0

| 수락됨

질문


Error in newton (line 79) fitness=fit_fun(nucsh).I am always getting this error,What would be the reason?
function newton clear all clc close all global pufmn pufmx xmmn xmmx global ismx vlmn vlmx global pmax M...

6년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
Error using sortrows (line 63) COL must be a vector of column indices into X. Error in newton (line 77) vardmy=sortrows(var,-1);. what does mean by this error ? how to remove it?
function gsa_nr_method clear all; clc; close all; global pufmn pufmx xmmn xmmx global ismx vlmn vlmx global ...

6년 초과 전 | 0

질문


Error using sortrows (line 63) COL must be a vector of column indices into X. Error in newton (line 77) vardmy=sortrows(var,-1);. what does mean by this error ? how to remove it?
%........ fitness calculation.................. pufmx=vnucsh(n,1)*1.00; % varible constarints on puf ...

6년 초과 전 | 답변 수: 2 | 0

2

답변