統計
MATLAB Answers
4 質問
0 回答
ランク
of 173,851
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Is there any way to print values to more decimal places using fprintf?
fprintf('The value claculated for Vo is %f \n',est)
4年以上 前 | 1 件の回答 | 0
1
回答質問
Im not sure as to why this code wont stop running. Can some one help
k=1.584; m=1.692; c=8.84; Xo=0.2458874; t1=6.838; x=0.37328; Wn=sqrt(k/m); Ccrit=2*sqrt(k*m); Dr=c/Ccrit; n1=5; x_left...
4年以上 前 | 1 件の回答 | 0
1
回答質問
The beginning of my graph is getting the wrong values. values for x=20,25 and 30 are correct. can someone help?
x=0:5:30; y=(110)*x/(5+x).*exp((-0.8*x)/8); plot(x,y)
4年以上 前 | 1 件の回答 | 0
