Feeds
回答済み
repeated sampling from sobol (or halton) sequence
Looks like the answer may be much simpler: x1 = RandStream('mt19937ar') x2 = randn(x1, 4, 1)
repeated sampling from sobol (or halton) sequence
Looks like the answer may be much simpler: x1 = RandStream('mt19937ar') x2 = randn(x1, 4, 1)
2年以上 前 | 0
質問
repeated sampling from sobol (or halton) sequence
Hello Very new to the idea of Quasi RN sampling. Starting point: If I had to sample 20 times from the standard normal (5 rando...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Modify off diagonal elements of Matrix without looping
Hello I have a MXM matrix. Is there a way to set off diagonal elements to a specified value (.e.g. I want all off-diagonal elem...
2年以上 前 | 2 件の回答 | 0
2
回答質問
Create a row vector with specific condition
Hi I'd like to make a row vector as follows: rowVect = [x y y y y y] Right now, I'm doing: rowVec = x rowVec(2:...
6年以上 前 | 1 件の回答 | 0
1
回答質問
readtable and table2array
Hi I have a large data set (hourly electricity load data for 1 year, so 8760 observations). This is an excel file, so I used t...
6年以上 前 | 1 件の回答 | 0
1
回答回答済み
Vector dimensions and variable display
Thanks sir - coming around to that way of thinking.....and going to implement that.
Vector dimensions and variable display
Thanks sir - coming around to that way of thinking.....and going to implement that.
7年弱 前 | 0
質問
Vector dimensions and variable display
Hi This is a question about how Matlab displays certain variables, depending on the number of dimensions contained. When I gene...
7年弱 前 | 1 件の回答 | 0
1
回答回答済み
Generating a string of random standard normal variables that are correlated
I think you should refer Hull's option book. In the 8th edition, chapter 20, page 450, I believe you will find out answer. He de...
Generating a string of random standard normal variables that are correlated
I think you should refer Hull's option book. In the 8th edition, chapter 20, page 450, I believe you will find out answer. He de...
7年弱 前 | 0
回答済み
creating vector arrays from data set
I think all answeres were useful here...so do I accept all answers (that were not provided by me, I mean)? On another note, I...
creating vector arrays from data set
I think all answeres were useful here...so do I accept all answers (that were not provided by me, I mean)? On another note, I...
7年弱 前 | 0
質問
creating vector arrays from data set
Hi I have an hourly data set of electric load by day. E.g. for each day of Jan'00; I have 24 hours of electric load.I would li...
7年弱 前 | 2 件の回答 | 0
2
回答回答済み
save function; path and file name as variables
This seems to work: MyDir='C:\Dir\'; MyScript='RegExample.m'; MyFile=strcat(MyDir,MyScript); save(MyFile) If t...
save function; path and file name as variables
This seems to work: MyDir='C:\Dir\'; MyScript='RegExample.m'; MyFile=strcat(MyDir,MyScript); save(MyFile) If t...
約7年 前 | 0
| 採用済み
質問
save function; path and file name as variables
Matlabe newbie - so please bear with me. I want to use save, but make the file path and file name as variables: MyDir='C:\T...
約7年 前 | 1 件の回答 | 0
1
回答質問
Options for running Matlab in excel with a home use license
Hi For context; link: <https://www.mathworks.com/matlabcentral/fileexchange/47667-natural-gas-storage-valuation> The downl...
7年以上 前 | 1 件の回答 | 0