photo

Odette


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

消息

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her

统计学

MATLAB Answers

5 个提问
0 个回答

排名
193,481
of 302,014

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,496

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,131

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


fminsearch and rcond with exponentials did not find expected results..i dont know if im doing something wrong or not,..please help
clc; c44 = 436+9; e15 = -0.48; e11 = 7.616-11; u11 = 100; d11 = 2.6; p = 5700; %c44e = 533.3...

2 years 前 | 0 个回答 | 0

0

个回答

提问


minimum point in nested for loop and using min function..i want to know the value of x for which every row of y has minimum elements please help
clear;clc;close; u1=1:1:3; u2=0:0.1:1.1; for jj=1:length(u1) s1=inf; for kk=1:length(u2) x(...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how can i make ga to reproduce specific result?
i know rng(default) reproduce the same result but i want to reproduce specific result after running for 4/5 times . is there any...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how to pass initial guess to ga(),this is my sample code and i want to initialize complex initial guess in the code please help
[z, f] = ga(@objfun,2); disp(z) function f = objfun(X) % Create complex value from real and imaginary z = X(:, 1) + i*X(...

2 years 前 | 1 个回答 | 0

1

个回答

提问


this is my sample code and i have to plot 8 by 8 matrix in my actual code, the code itself is correct but it is taking forever,any other way to plot this please help
%finding k for different values of w syms k c44=44; i=sqrt(-1); w=1:3; y1=zeros(1,length(w)); y2=zeros(1,length(w)); s=sy...

2 years 前 | 2 个回答 | 0

2

个回答