photo

nesrine nesrine


ENITunis

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
34,700
of 300,759

声誉
1

贡献数
7 个提问
1 个回答

回答接受率
14.29%

收到投票数
1

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
First 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)); ...

11 years 前 | 0

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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....

11 years 前 | 1 个回答 | 1

1

个回答

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

提问


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 : ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 0 个回答 | 0

0

个回答