photo

Odette


Last seen: ongeveer een maand ago Active since 2023

Followers: 0   Following: 0

Message

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

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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

ongeveer een maand ago | 0 answers | 0

0

answers

Question


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 maanden ago | 1 answer | 0

1

answer

Question


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 maanden ago | 1 answer | 0

1

answer

Question


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 maanden ago | 1 answer | 0

1

answer

Question


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 maanden ago | 2 answers | 0

2

answers