photo

Odette


Last seen: 約1ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

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

統計

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

約1ヶ月 前 | 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(...

4ヶ月 前 | 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...

4ヶ月 前 | 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(...

5ヶ月 前 | 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...

8ヶ月 前 | 2 件の回答 | 0

2

回答