photo

Jiwon Park


Last seen: etwa ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Using Euler's method to solve the system of ODEs
I am trying to solve system of ode using Euler's method. dv/dt = rv − pvx - qvz dx/dt = cv − bx dz/dt = kv − bz The system ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Phase Portrait of ODE system
I need to generat the phase portrait of the ode system given, where r,p,c and b are given constants dv/dt=rv-pvx dx/dt=cv-bx ...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Generating Phase Portrait of ODE system
I need to generate the phase portrait of the system of ode below. dv/dt=rv-pvx dx/dt=cv-bx Where the constants are given belo...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Triple integral of symbolic function
I am trying to evaluate triple integral of a symbolic function. Where the symbolic function is given as below: func=r.^2.*sin(...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adding a space into an array of string
words={'Everything';'is';'theoretically';'impossible,';'until';'it';'is';'done.'}; [rownum,~]=size(words); words_array=char(wo...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Removing the space between %2d in a string statement.
a=3; b=4; c=5; [check,report]=ispythag(a,b,c); function [check,report]=ispythag(a,b,c) if (a^2)+(b^2)==(c^2) check=tru...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort