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

답변