photo

Dipesh


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
211 103
of 300 771

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
54.55%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 969

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

0

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 3 réponses | 0

3

réponses

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 1 réponse | 0

1

réponse

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

environ 13 ans il y a | 2 réponses | 0

2

réponses