photo

Odette


Last seen: circa un mese fa Attivo dal 2023

Followers: 0   Following: 0

Messaggio

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

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

circa un mese fa | 0 risposte | 0

0

risposte

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 2 risposte | 0

2

risposte