Community Profile

photo

Matthew


Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


chromosomeplot conflict with legend
When I use matlab's *chromosomeplot* with _addtoplot_ flag turned on, I cannot get legends on my figure. # If I execute *...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


mvregress fails to solve same problem as regress?
X = 1:10; X=X'; Y = X; % i.e. just the line y=x regress(Y,X); % returns "1", as expected mvregress(X,Y)...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


optimization procedure convergence and "norm of step"
I am trying to solve an optimization problem with *fmincon*. Unfortunately, the optimization runs forever. When I turned on ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


define multiplication by zero for Inf
It is often a mathematical convention to define 0 * Inf = 0. (For example, Shannon Entropy and the entire field of Information ...

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


is the result of "find" guaranteed to be sorted?
Are the indices returned by MATLAB's "find" function guaranteed to be sorted? I could not find any mention of this in the "fi...

oltre 9 anni fa | 1 risposta | 1

1

risposta

Domanda


unique - which occurrence of a repeated element"?
*unique* has the option to specify which _occurrence_ (first or last) or a repeated element is output when used in _legacy_ mode...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


set graphics object ydata which is a cell
I am trying to adjust the heights of a boxplot. boxplot(1:10,[zeros(1,5) ones(1,5)], 'colorgroup', [0 1], 'colors', 'rb', '...

circa 10 anni fa | 1 risposta | 1

1

risposta

Domanda


adjacent boxplots on same figure
I can make multiple horizontal boxplots in Matlab like: | _____ | |-[_|__]-| | ...

circa 10 anni fa | 1 risposta | 1

1

risposta

Domanda


choose max among elements with same column 1 value, different column 2 value
consider a nx2 matrix like: A = [1 0.7 2 0.5 2 0.6 2 0.3 3 0.4 3 0.1 4 0.7 5 0.3...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


matlabpool, parfor, matlab engine in c++, - java not currently available
I am calling the matlab engine from my C++ code to run some custom matlab functions. Everything works fine when I use a seria...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


"mvregress" does not do Multivariate Linear Regression?
The documentation for function "mvregress" states that the return value "beta" is a _vector_ of the regression coefficients. Lo...

circa 11 anni fa | 1 risposta | 0

1

risposta