Feeds
提问
Custom labels for the axes - Problem when expanding window
I know that XTickLabel enables one to specify the tick marks on the x-axis. My problem is that suppose that my labels were: 1...
10 years 前 | 1 个回答 | 0
1
个回答提问
rcond when using genetic algorithm for maximum likelihood
I am trying to perform a maximum likelihood in MATLAB. However, if I use fmincon, the initial values of the parameters I want to...
11 years 前 | 1 个回答 | 0
1
个回答提问
Writing likelihood function for fmincon
I need to write a likelihood function to be optimized via fmincon. The problem here is that: 1) To simplify things, my likeli...
11 years 前 | 1 个回答 | 0
1
个回答提问
Code to stop fmincon after running after an elapsed time
I am planning to use fmincon in a for loop to generate solutions to a stochastic optimization problem. The issue is that for som...
11 years 前 | 1 个回答 | 0
1
个回答提问
matlab random number generation, normrnd VS mvnrnd
Suppose I need to generate 5 iid RV's with mean 0 and stdev 0.5. I am aware of the distinction between normrnd and mvnrnd becaus...
11 years 前 | 1 个回答 | 0
