photo

Isabel Chen


Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
2 Risposte

RANK
2.804
of 300.763

REPUTAZIONE
22

CONTRIBUTI
9 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
55.56%

VOTI RICEVUTI
12

RANK
 of 21.082

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.923

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Specify format when using readtable() to read spreadsheet .xlsx?
Suppose my spreadsheet data.xlsx has a column of strings: 'abc', 'def', 'ghi' Calling myTable = readtable(data.x...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


2016a Java error on startup
I run Matlab 2016a on Windows 7. It has worked fine for months, but recently started giving me this error message on startup: ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Index into a table using a vector of values
Suppose I have a table: T = var1 var2 a 1 b 2 c 2 d 3 e 4 f ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to compute variance-covariance matrix inv(X'X) when X'X is rank-deficient? Does it make sense to use the pseudo-inverse as an estimate?
Suppose the design matrix X is rank deficient. Regression coefficients can be found based on the minimum-norm solution using the...

circa 10 anni fa | 1 risposta | 1

1

risposta

Domanda


Given a rank deficient design matrix, fitlm does not use pinv or lsqr to find the minimum norm solution. Why not?
A minimum norm solution can be found even if the design matrix is rank deficient. Why does fitlm not incorporate this? Is there ...

circa 10 anni fa | 2 risposte | 1

2

risposte

Risposto
Add label to sub-axes in plotmatrix
Just in case anyone is interested, ylabel(AX(1,1),'str1') ylabel(AX(2,1),'str2') xlabel(AX(8,1),'str3') xlabel(AX(...

quasi 11 anni fa | 8

| accettato

Domanda


Add label to sub-axes in plotmatrix
I am using the plotmatrix function and would like to label the sub-axes (along the major Y axis and X axis only, of course). I'v...

quasi 11 anni fa | 2 risposte | 2

2

risposte

Domanda


Linear Regression: order of estimated coefficients does not match input order
For example, mdl = fitlm(data,'EXPOS ~ X1 + X2 + HEIGHT + AGE') The output mdl.Coefficients produces the estimat...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Error message when generating table from workspace variables
Oh goodness, thanks! This came up: >> whos table Name Size Bytes Class Attributes table ...

quasi 11 anni fa | 0

Domanda


why does fitlm not provide prediction intervals?
fitlm provides 95% confidence intervals but not prediction intervals. Why? Is there an easy way to get prediction intervals?

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Error message when generating table from workspace variables
I tried to generate a table using the example provided in the documentation: >> T = table(['M';'F';'M'],[45;32;34],... ...

quasi 11 anni fa | 2 risposte | 0

2

risposte