photo

Lee


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
102,674
of 301,327

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,234

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


I do not know the meaning of this code
numsteps=20; xdisp=10; ydisp=15; Tx=[0:xdisp/numsteps:xdisp , zeros(1,numsteps+1)+xdisp]; Ty=[zeros(1,numsteps+1), 0...

15 years ago | 1 answer | 0

1

answer

Question


See a short video Please complete the code..
<http://blog.naver.com/hinbari> The above link is the video. %% project #2a (sample) clear all clc close all %% inpu...

15 years ago | 1 answer | 0

1

answer

Question


i don't know why this error ,,
x = 0:2:50; y = y+(9.8-(12.5*y/68.1)).*dt; dt=2; plot(x,y) i draw graph but ??? Error using ==> times Matrix dimens...

15 years ago | 1 answer | 0

1

answer