Statistics
RANK
34,700
of 295,467
REPUTATION
1
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
1
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
problem in finished difference method
Hello, I need help. I have a problem with the finished difference method. I'am trying to find the Matlab code for the fol...
10 years ago | 0 answers | 0
0
answersFirst input argument must be a function handle
Thanks i solved this problem But i faced an other error in function plot : fun=@(d,r) d.^3.*exp(-4.1.*(r.^(-0.21).*d)); ...
10 years ago | 0
Question
First input argument must be a function handle
Hello, Please!!!!! i need help. I'm trying to solve an integral function : r=0:0.02:0.2; d=[0.0005;0.001;0.0015;0.002;0.0...
10 years ago | 2 answers | 0
2
answersQuestion
Subscripted assignment dimension mismatch.
Hello this is the code of my function : function L=test(x) load FM.mat; load nesrine_new.mat; load Lmsd.mat; load Lr...
10 years ago | 1 answer | 0
1
answerQuestion
Not enough input arguments
Hi, I'm trying to turning a genetic algorithm for the following function : function L=fonction(x1,x2,x3) L=abs(118....
10 years ago | 1 answer | 1
1
answerQuestion
Not Enough Input Arguments in GA
function L=ga1(x) load FM.mat; load L0.mat; load Lmsd.mat; load Lrst.mat; FM=FM(:,1); L0=L0(:,1); Lrst=Lrst...
10 years ago | 2 answers | 0
2
answersQuestion
Attempted to access x(2); index out of bounds because numel(x)=1.
Hello, I have the problem of dimensions when executing the function of Genetic algorithms how can I solve this problem : ...
10 years ago | 1 answer | 0
1
answerQuestion
Attempted to access x(2); index out of bounds because numel(x)=1.
Hello, I have the problem of dimensions when executing the function of Genetic algorithms how can I solve this problem : 'Att...
10 years ago | 0 answers | 0