Jiwon Park
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
211,916
of 296,389
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,401
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,339
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answersQuestion
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
answersQuestion
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
answerQuestion
Adding a space into an array of string
words={'Everything';'is';'theoretically';'impossible,';'until';'it';'is';'done.'}; [rownum,~]=size(words); words_array=char(wo...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0