photo

Kevin Chapman


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
133,981
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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 3

View badges

Feeds

View by

Question


What is the correct equation?
>> t=linspace(0,2*pi,100); >> y=5*t.*(sin(t).^2)-t.^2*(cos(t).^2); Error using * Incorrect dimensions for matrix multiplica...

7 years ago | 1 answer | 0

1

answer

Question


What is the correct equation?
w1=104; s=0.3; u=1; >> w2=w1*(1-(s^2))^(1/2) w2 = 99.2097 >> y=(s)/(1-(s^2)) y = 0.3297 >> t=linspace(0,0.2,100); ...

7 years ago | 3 answers | 0

3

answers

Question


My graph is blank
The function is n=(m-10)/m for 0(less thab or equal to)m(less than or equal to)5 >> m=0:0.1:5; >> n=(m-10)/m; >> plot(m,n); ...

7 years ago | 1 answer | 0

1

answer