
Cameron Paterson
統計
MATLAB Answers
6 質問
0 回答
ランク
of 128,918
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
Error with Loop Martix formation
I have been trying to alter this code so that if it is a bumpy road 4s or 10s it will form 1x201 martix beginning at t=0 and end...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Trying to fix the loop
I am trying to change my code so when it loops more than five times the error message changes to Invalid vehicle type! Re-enter...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Error in repeat for loop
while switch Vehicle Type case{'compact','Compact'} fprintf('1') break case{'mi...
1年以上 前 | 0 件の回答 | 0
0
回答質問
Error in code for plot
x=linspace(0,2.*pi,101) plot(x,sin(x),'markeredgecolor','r',x,cos(x),'markeredgecolor','g',x,tan(x),'markeredgecolor','b',x,cot...
1年以上 前 | 1 件の回答 | 0
1
回答質問
I am getting error
math error t=linspace(0,15); x=(3*t.^2-5)*(t.^3)*sind(t./2)-8*t+27; v=6*t-2.5*(t.^3)*cosd(t./2)-15*t.^2*sind(t./2)-8; a=1.25...
1年以上 前 | 3 件の回答 | 0
3
回答質問
I am unsure of how I am getting this error
r=linspace(0.001,1,1000); s=0.75.*((r.^3)/(exp(1)^(.75.*r))); subplot(2,2,1) plot(r,s) xlabel('x') ylabel('y(x)') axis([...
1年以上 前 | 1 件の回答 | 0