Sima - MATLAB Central
photo

Sima


2016 年からアクティブ

Followers: 0   Following: 0

student

統計

All
MATLAB AnswersCodyFrom 09/16 to 03/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
3 回答

Cody

0 問題
1 解答

ランク
282,177
of 297,711

評判
0

コントリビューション
0 質問
3 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
123,004
of 159,406

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Random number of matrix within certain value
I would do something like this: original_ones_idxs = input==1; number_of_random = sum(original_ones_idxs ==0); rand_nu...

8年以上 前 | 0

回答済み
I have tried everything and I have no luck.
What have you tried? You don't need a loop in Matlab, length(find(X>10)) will give you the number of elements in X that are g...

8年以上 前 | 0

回答済み
How do i import data from a function ?
Why don't you just return this information as another output of the function?

8年以上 前 | 0

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前