Statistik
RANG
292.806
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
37.5%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
repeated sampling from sobol (or halton) sequence
Looks like the answer may be much simpler: x1 = RandStream('mt19937ar') x2 = randn(x1, 4, 1)
mehr als 2 Jahre vor | 0
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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:...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortVector dimensions and variable display
Thanks sir - coming around to that way of thinking.....and going to implement that.
fast 7 Jahre vor | 0
Frage
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...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortGenerating 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...
fast 7 Jahre vor | 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...
fast 7 Jahre vor | 0
Frage
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...
fast 7 Jahre vor | 2 Antworten | 0
2
Antwortensave 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...
etwa 7 Jahre vor | 0
| akzeptiert
Frage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0