photo

Sima


自 2016 起处于活动状态

Followers: 0   Following: 0

student

统计学

All
  • 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 years 前 | 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 years 前 | 0

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

8 years 前 | 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 years 前