Community Profile

photo

Jiwon Park


Last seen: 10 months ago Active since 2022

Statistics

Content Feed

View by

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer