![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11811256_1522139595997_DEF.jpg)
swati paliwal
Followers: 0 Following: 0
Statistiques
RANG
213 351
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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));
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseIn 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
environ 7 ans il y a | 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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
environ 7 ans il y a | 1 réponse | 0
0
réponseUndefined 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; ...
environ 7 ans il y a | 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 ...
environ 7 ans il y a | 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;
environ 7 ans il y a | 0
| A accepté
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...
environ 7 ans il y a | 3 réponses | 0
3
réponsesError 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 ...
environ 7 ans il y a | 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 ...
environ 7 ans il y a | 2 réponses | 0