photo

Jun Young Choi


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
187 267
of 299 007

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 659

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163 093

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Plot Graph with different b Values
b = [1/4, 1/2, 1, 2]; figure; for i=1:b M = 1/((1-r.^2).^2+b^2*r.^2); plot(r,M);hold on; end I want to plot a gr...

mer än 4 år ago | 2 answers | 0

2

answers

Question


Graph Multiple Functions in MATLAB
rr=140*(1-(0.02/r)^2)+140*(1-4*(0.02/r)^2+3*(0.02/r)^4)*cosd(2*theta); As for the equation above, I want to plot a graph for th...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How do we plot differential Equation
With theta1(0)=0.1, theta2(0)=0.3, theta3(0)=0.2 , I have to plot the solution in the range of [0.1] all in one graph. I have...

mer än 4 år ago | 1 answer | 0

1

answer