統計
MATLAB Answers
2 質問
0 回答
ランク
of 176,593
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
getting this error message- Your function made an error for argument(s) 150000000
function[a,b]=light_speed(M) a=M./18000000; b=M./1.609; end
約8年 前 | 0 件の回答 | 0
0
回答質問
code is showing error with some inputs
function w=flip_it(v) m=size(v) w=v(end:-1:v(1,1)); end
約8年 前 | 1 件の回答 | 0
