Community Profile

photo

Eric Chua


Last seen: presque 4 ans il y a Actif depuis 2020

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


How to solve this non-linear simultaneous equation?
syms C1 C2 C3 C4 C5 C6 C7 (((y116(1))/(C1 + C2 + C3 + C4 + C5 + C6 + C7))*X{3}) + (((y116(2))/C3 + C4 + C5 + C6)*X{4}) + ... (...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


How to find the average of mean square error?
MSE(1,:) = 22.5759 21.8615 Hi, lets say MSE(1,:) = 22.5759 21.8615, the result is a 1x2 matrix. I have run this simulat...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to simplify this code?
X16 = [X{3}',X{4}',X{5}',X{6}',X{7}',X{8}',X{9}',X{10}',X{11}',X{12}',X{13}',X{14}',X{15}',X{16}']; % X32 = [X[3]' to X[32]']; ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to use for loop correctly and indexing my result?
a = [1 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1] ; b = [1 1 1 0 1 0 0 0 1 1 1 0 0 0 0 1] ; S = [a, a, a, a, a, a, a, a, a ,a;b, b, b, b...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to use for loop to define these vector?
x1 = [1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1]^T x2 = [1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1]^T I have tro...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to do matrix indexing using for loop that involved sampling at time k?
%Designed training sequences x1 and x2 x1 = [1,1,1,0,0,0,0,1,0,1,0,1,1,0,0,1] ; x2 = [1,1,1,0,1,0,0,0,1,1,1,0,0,0,0,1] ; x ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve this nonlinear simultaneous equation?
%For C1 lambda1 = [60.21, 41.58, 9.11, 8.71, 3.83, 3.74, 18.06] r1 = poissrnd(lambda1) %For C2 lambda2 = [41.58, 60.21, 8....

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


How to solve nonlinear simultaneous equations that involved vectors in it?
Hi, is there a way to solve this equations simultaneously with Matlab? Here, yj [k] is and integer, S [k] is a 7x1 vector with...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to run this code for 1000 times?
%For C1 lambda1 = [60.21, 41.58, 9.11, 8.71, 3.83, 3.74, 18.06] r1 = poissrnd(lambda1) %For C2 lambda2 = [41.58, 60.21, 8....

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve this non-linear equation?
Can you please provide a code for this equation? k is in the range of 3<=k<=16, and yj[k] is a known value at given time,k. S[...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve non-linear equation that contain matrix in it?
Hi, Im quite new to matlab and I need to solve this non-linear equation so that i can understand better to continue with my th...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


Monte carlo simulation simplification
lambda1 = 60.21; lambda2 = 41.58; lambda3 = 9.11; lambda4 = 8.71; lambda5 = 3.83; lambda6 = 3.74; lambda7 = 18.06; ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to find the average of monte carlo simulation
Hi, I'm generating a poisson distribution random variable for 1000 times, here is the code i've wrote N = 1000; lambda = 60.21...

presque 4 ans il y a | 1 réponse | 0

1

réponse