JIayun
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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. ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
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, '...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
11ヶ月 前 | 1 件の回答 | 0