統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,992
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why am i getting negative numbers?
%Set Values g = 9.8; %m/s^2 v = [10, 12, 14, 16, 18, 20]; %m/s theta = [0, 0, 50, 60, 70, 80]; %degress ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How am i supposed to input this equation for a diode?
I have a homework question and I honestly have no idea where to start. I can't remember anything from class and I haven't found ...
9年弱 前 | 0 件の回答 | 0
0
回答質問
Can someone help me with my code? It giving me an error in line 2 saying that it doesn't exist or it inst able to enter it in as x.
function y = bubble( x ) n = length(x); %This is where the error occurs sort= 0; k = 0; while ~ sort sort...
9年弱 前 | 1 件の回答 | 0
