統計
MATLAB Answers
4 質問
0 回答
ランク
of 173,955
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Help debugging a code? Says function makes an error but when I run it, it returns the correct output...
I'm having trouble with the following assignment: Write a function called sort3 that takes a 3-element vector as its sole arg...
8年以上 前 | 1 件の回答 | 0
1
回答質問
How to have an arbitrary vector as your input for your function?
Currently have the following snippet of my code: function output =sort3(A) A= [a b c] if (a<=b)&& (b<=c) if a<b && b...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Having trouble with my outputs giving me 4 decimal points when I only want 2?
I'm trying to answer the following homework question: Write a function called fare that computes the bus fare one must pay i...
8年以上 前 | 2 件の回答 | 0
2
回答質問
Having trouble understanding what the "[]" command in min(X,[],1) does. Can anyone help?
Looked it up on help min, got the following: [Y,I] = min(X,[],DIM) operates along the dimension DIM. Could someone expand on wha...
8年以上 前 | 1 件の回答 | 0
