Community Profile

photo

Dipesh


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 0 answers | 0

0

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 3 answers | 0

3

answers

Question


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 ...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers