統計
MATLAB Answers
11 質問
0 回答
ランク
of 170,969
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 2 件の回答 | 0
