Statistics
RANK
8,738
of 295,569
REPUTATION
3
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
define variable inside functions
Dear all: I parse a structure into a function, which build the system matrix for a model. The code looks something like this:...
13 years ago | 1 answer | 0
1
answerQuestion
release structure
Dear all: I try to set a separate file for parameters in a model, and I want to retain their name so later on I can do sensit...
13 years ago | 2 answers | 0
2
answerssubplot and surfc using graphic handle
I solve the problem. The issue was in plot_surf_check, there is a figure command triggers a new figure each time I run the code,...
13 years ago | 0
| accepted
Question
subplot and surfc using graphic handle
Dear all: I would like to make a figure of 4 x 2 subplots, I had the following code: surf_check = figure('Name','Likeli...
13 years ago | 1 answer | 0
1
answerQuestion
How to check whether a structure exists?
Dear all: I have a simple question and I can't find an answer on the web... I have a function that takes arguments in. One...
13 years ago | 4 answers | 1
4
answersHow to convert to latex display from a cell array?
Thanks Friedrich, it works. Cheers Ben
13 years ago | 0
Question
How to convert to latex display from a cell array?
Dear all: I am having trouble to display Greek in latex form. I have a cell array contains the following: index = [ {'...
13 years ago | 2 answers | 0
2
answersHow to define a structure fieldname from a cell contains a string value?
Thank you all for your help! It solved my problem perfectly! Cheers Ben
13 years ago | 1
Question
How to define a structure fieldname from a cell contains a string value?
Dear All: I am having trouble to define structure fieldnames from a cell array that contains the names as string values: ...
13 years ago | 5 answers | 0
5
answersQuestion
How to pass in put values into objective functions using global search?
Dear all: I have a complex minimisation problem described in function that has the form: [ likelihood ] = likelihood(X0,...
13 years ago | 1 answer | 0