photo

Dipesh


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
0 个回答

排名
118,440
of 300,853

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
54.55%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to plot my histogram
I have made a load of files, etc that give me a load of random numbers. I want to plot a frequency histogram with the frequencie...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to group random data
If I run the code "rand(4,4)" then that will give me a 4x4 matrix with random numbers between 0 and 1. How do I then get Matlab ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Collecting all the data after running an M-file multiple times
I used: for ii = 1:3 mymfile end To run my M-file 3 times. I then get 3 values (specified in the M-file as M1 and M2...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Number of observed responses
Lets say that randomley I choose 10 values, for 'y'. Here, I am saying that the total number of y's is 10 (as opposed to y1 + y2...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Run an M-file multiple times
I have created an M-file which gives me random stuff using random numbers. I want to run this file 1000 times. How do I do this ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


After a certain value, I want the graph to make its way down to 0
So I have created a loop, and everything works fine except that sometimes the graph finishes half way up the page as my value of...

13 years 前 | 0 个回答 | 0

0

个回答

提问


The domain for Matlab to choose from is always decreasing
Lets say I start off with a set number of N = 100. I have created a graph that goes along the x axis a random time, then randoml...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Assign a letter to a set of (for example) real numbers?
I am going through a book which is teaching the basics of m files, and one loop they have done is: for i = 1:m for j = 1:n...

13 years 前 | 3 个回答 | 0

3

个回答

提问


Ending an infinite loop
What I want to do is start with some term I (at time x = 0). Then after a random time (using the command exprnd), this number I ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove the lines from a stairstep graph
After I have created a stairstep graph, MatLab automatically adds the vertical lines. How do I get rid of these vertical lines a...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Generate multiple random numbers in MatLab?
How do I generate multiple exponential random variables in matlab? I know the code: exprnd(mu) but lets say I want 100...

13 years 前 | 2 个回答 | 0

2

个回答