swati paliwal
Followers: 0 Following: 0
Statistics
RANK
103 734
of 295 467
REPUTATION
0
CONTRIBUTIONS
7 Questions
5 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Error using / Matrix dimensions must agree...How can i eliminate this error
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2
mer än 6 år ago | 1 answer | 0
1
answerQuestion
Double inputs must have integer values in the range of ASSUMEDTYPE. Error in newton (line 246) dmmy1=num2str(bitcmp(str2double(dmmy),1)); % compliment a bit
dmmy1=num2str(bitcmp(str2double(dmmy),1));
nästan 7 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 7 år ago | 0 answers | 0
0
answersIn 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........Until unless results are not
what editing you made Birdman???? This code is same only
nästan 7 år ago | 0
Question
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........Until unless results are not
fid=fopen('C:\Users\hp\Documents\MATLAB\vr_ga.dat'); if(fid==-1); disp('file vr_ga.dat can not be open'); end ...
nästan 7 år ago | 1 answer | 0
1
answerQuestion
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; ...
nästan 7 år ago | 0 answers | 0
0
answersUndefined 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; ...
nästan 7 år ago | 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 ...
nästan 7 år ago | 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;
nästan 7 år ago | 0
| accepted
Question
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...
nästan 7 år ago | 3 answers | 0
3
answersError 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 ...
nästan 7 år ago | 0
Question
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 ...
nästan 7 år ago | 2 answers | 0