photo

Sim


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
220,267
of 299,750

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can anyone help me clean up this code?
The function below is used to plot histograms for any give data. Basically what I wnat is to display the mean, median and std on...

13 years 前 | 0 个回答 | 0

0

个回答

提问


how can I add a figure while asking a question here at matlab central?
I am trying to add a histogram image here but I do not know how to do that?

13 years 前 | 2 个回答 | 0

2

个回答

提问


How to tag output of function which is a vector in a new array/matrix in increasing order?
I have an output of a function which is a vector: a = [ 4 3 8 27 10] These are all the indices. My function runs for a...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to save the output of a function in an array or cell?
I have a function which is called from within a script. The function is in a between a for loop. So basically everytime the Func...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Subtracting Values in a cell with respect to results from nchoosek?
Suppose I hav an array a which are basically indices of some values a = [1 2 3] b = nchoosek(a,2) c= size(b) ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to display median and mean on the histogram but should not overlap if same?
I am plotting some histograms but I have a small issue. If the mean and median are same then they overlap(which is perphas corre...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a vector?
Hello everyone, Suppose with a for loop I get an array for each file (array could be of different lengths for each file). I wan...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How can I limit the maxmimum number of files to be loaded from a database?
Suppose I have a database of 200k files (.mat files) but I want to randomly open only 15000 files out of those 200k. Is there a ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Need help with this code..
Hello everyone, I am writing this function for plotting histograms. I need help with making this code very generic. That is ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to get a vertical histogram, as in the X axis should be displayed vertically?
When we plot the histogram we get the x-axis horizontally. I want to have x-axis displayed vertically and y-axis horizontally, a...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to find duplicate values and what are they duplicates of?
Suppose I have an array X = [2;5;1;2;2;0;0] With unique I get the unique values and the indices of the duplicates but I al...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert a cell array (nx1) with different size of elements in each cell to a matrix?
Suppose I have a nx1 cell as follows: X = [0,160,208] [272,132] [1272,133] [22724,310] [27516,312] [30424,374,687] [3226...

13 years 前 | 1 个回答 | 0

1

个回答