統計
MATLAB Answers
6 質問
0 回答
ランク
of 176,380
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
why 2-circle not moving around 1-circle?
function M =movie_test() close all timestep=0.01; for t=-pi/2:timestep:3*pi/4 x3=[-2:timestep:5*pi/4] y3=-sin(x...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Help me to draw graphic
i=1; for t=0:1:520 t1=0:1:520; y1=-sind(t1); y=-sind(t)+0.2; plot(t1,y1,t,y,'o','MarkerSize',20,'MarkerFace...
7年以上 前 | 1 件の回答 | 0
1
回答質問
someone help me plzzz :(
tic syms x y; f(x) = (2.*x-1).*sin(pi.*x); for i=1:25 y(i)=diff(f(x),i); end fun=matlabFunction(y'); x=-2:0.01:1; re...
7年以上 前 | 2 件の回答 | 0
2
回答質問
help me to find max :((
syms x; f(x) = (2.*x-1).*sin(pi.*x); xMin = -2; xMax = 1; stepSize = 0.01; for i=1:5 y=diff(f(x),i); [val,idx] = ma...
7年以上 前 | 1 件の回答 | 0
1
回答質問
i don't know how to fix it Help me :(
syms x; e=0.001; a=-2; b=1; f(x)=(2.*x-1).*sin(pi.*x); Pn10(x)=taylor(f,'order',10); xMin = a; xMax = b; stepSize = 0.01; ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
someone help me to fix plzzz
this one i can find max syms x; assume(x, 'Real'); f=(2.*x+1).*exp(-x.^2); xMin = -2; xMax = 1; stepSize = 0.01; x = xMin:...
7年以上 前 | 1 件の回答 | 0
