Frage


Is there such a thing as MATLAB Markdown
Do I understand it correctly that MATLAB's Live Script is what R Markdown is for R? Otherwise how can I do what is done here htt...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why is the no evaluate selection button?
Why is there no "evaluate selection" button in the Editor menu that one always has to use the mouse to evaluate a selection, or ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Add surface based on two vectors in 3D plot
In the code below, my aim is to mark the span spanned by the vectors x1 and x2. So I need to add a 2D surface in the 3D plot ind...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Moving the labels of the z axis to the back of the 3D graph
In a 3D plot such as the one produced by scatter3, the labels of the z axis are displayed on the left of the plot. Is there a wa...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


the isnumeric function and the NaN
I have a matrix array (A) that includes three column arrays. All columns contain integers except that one of the columns also in...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is fminunc a too careful search algorithm?
I minimise a log-likelihood function in MATLAB, and it takes about five minutes. I wanted to see how much time it takes in other...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to make conditional calculation?
I have two vectors, contained in matrix M, each with a dimension of 1000 by 1. Each vector contains integer numbers. The values ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


warning about optimset and using optimoptions
Hi, I use the fminunc function and the optimset as options = optimset('GradObj','on','MaxFunEvals',1000,'MaxIter',1000,'Dis...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Is MATLAB a compiler?
From the answers above, I understand that a compiler and interpreter are two very different things, and therefore it does not ma...

etwa 7 Jahre vor | 0

Beantwortet
Creating dummy variables from categorical variable
I would like to ask a question here. One should always vectorise the code where possible, as I read in the literature. But in th...

etwa 7 Jahre vor | 0

Frage


Is MATLAB a compiler?
I have been using MATLAB for some time but I am still not clear how MATLAB compares to some alternative software in the followin...

etwa 7 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


Creating dummy variables from categorical variable
Suppose there is a column vector array n containing unique but repeating values of the form 1 1 5 7 7 The ...

etwa 7 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
The "unique" function returns "Index exceeds matrix dimensions" error
Thanks a lot for the quick and detailed responses.

mehr als 7 Jahre vor | 0

Frage


The "unique" function returns "Index exceeds matrix dimensions" error
I have a .mat file loaded in the Workspace. I execute the command unique = unique(datafile.data(:,2)); It creates the u...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Why does MATLAB fail to load my preferred language on macOS Sierra?
Is language English, region Netherlands affected by the issue? Thanks.

etwa 8 Jahre vor | 0

Frage


Computation of the standard error of a FGLS coefficient estimate
Hi, I use the MATLAB code below to calculate the standard errors of the coeffficients estimated by Weighted Least Squares (WL...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten