Statistiques
RANG
151 474
of 295 913
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
of 20 299
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 883
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
Feeds
repeated sampling from sobol (or halton) sequence
Looks like the answer may be much simpler: x1 = RandStream('mt19937ar') x2 = randn(x1, 4, 1)
plus de 2 ans il y a | 0
Question
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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:...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseVector dimensions and variable display
Thanks sir - coming around to that way of thinking.....and going to implement that.
presque 7 ans il y a | 0
Question
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseGenerating 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...
presque 7 ans il y a | 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...
presque 7 ans il y a | 0
Question
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...
presque 7 ans il y a | 2 réponses | 0
2
réponsessave 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...
environ 7 ans il y a | 0
| A accepté
Question
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0