Community Profile

photo

Nicholas Moung


Last seen: bijna 3 jaar ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How do I have to create a scalar function with multiple equations for "particleswarm" function
Hello! I'm using 'particleswarm' for optimization of parameters in matlab and I'm getting error on returning objective function...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Euler's code for multiple ODEs
Hello every one! May I ask you a favour! I've written a small program for Euler's method to solve multiple ODEs. But I'm encou...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


Optimization of system ODE
Hello Matlabers! I'm using fsolve function for optimization of system of ODE. And I'm facing difficulty now. Could someone advi...

ongeveer 3 jaar ago | 2 answers | 0

2

answers

Question


Creating matric of multiple arrays
x=0:12; k=5; a=k+x; b=k+2x; c=k+4x; d=kx; I'd like to create 2*2 matrix of four arrays (a,b,c,d). Z=[a b; c d]; How coul...

ongeveer 3 jaar ago | 2 answers | 0

2

answers

Question


How can I correctly use the parenthesis and write equations
I would like to calculate P_d by the equation above and I wrote that equation in Matlab. I wrote two equations in matlab, but ...

ongeveer 3 jaar ago | 1 answer | 0

1

answer