
JIayun
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
291,306
of 297,398
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,433
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158,782
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
Test the Chebyshev Function by plotting the 13th order Chebyshev polynomial but return with wrong graph
% Test the Chebyshev Function by plotting the 13th order Chebyshev polynomial % Figure should match image given in question. ...
1 year ago | 1 answer | 0
1
answerQuestion
using keyboard to control
figure; bottom = [-2 2 2 -2 -2; 4 4 -4 -4 4]; blade1 = [-0.5 0.5 0.5 -0.5 -0.5; 5.5 5.5 2.5 2.5 5.5]; drawshape(bottom, '...
1 year ago | 1 answer | 0
1
answerQuestion
how to scale the shape which defined by parametric function
%miniProject %define a love t = linspace(0, 2*pi, 1000); %parameter t from 0 to 2pi x = 16 * sin(t).^3; %parameter function f...
1 year ago | 1 answer | 0