photo

Seungwon Lee


Last seen: ongeveer 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
162.764
of 300.343

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

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


dsolve error (simultaneous differential equations)
clear all close clc m = 10; k = 1000; u0 = 0.01; syms y1 y2 f=dsolve('m*D2y1+2*k*y1-k*y2==0,m*D2y2-k*y1+2k*y2==0','...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Am I using fplot correct?
syms x y1 = 0.35*exp(-3*x)-0.15*exp(3*x) fplot(y1,[-10,10]) hold on y2 = 0.2*cos(3*x)-0.5*sin(3*x) fplot(y2,[-10,10]) ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Can i get a value of ρ with matlab?
L=19in and delta is 0.30in

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


error while using ezplot
ezplot('((5.14*10^(-4))-(6.44*10^(-5)*i))*exp(5*i*t)+exp(-0.796*t)*(0.99+6.44*10^(-5)*i)*cos(7.96*t)+exp(-0.796*t)*(-0.099-3.2...

meer dan 5 jaar ago | 2 answers | 0

2

answers