photo

Jenice Chen


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
281.300
of 300.381

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Error using xlsread.
k=1; N=zeros(16*k+1,150*k+1); xlsFile='ConflictCasesC1-0418-1.xls'; case_matrix=xlsread(xlsFile,'crash_matrix_on_link'); A...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Error using xlsread.
try file = validpath(file); catch exception error(message('MATLAB:xlsread:FileNotFound', file, exception.message)); ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


At least one END is missing: the statement may begin here.
for p=1:size(case_matrix,1) if case_matrix(p,1)==1 scatter(case_matrix(p,4),case_matrix(p,5),'s','r'); hold on; ...

quasi 7 anni fa | 4 risposte | 0

4

risposte

Domanda


Error using size and Error in cross
if isvector(a) && isvector(b) if (nargin == 2 && (length(a) ~= 3 || length(b) ~= 3)) || ... (nargin == 3 && (size(a...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Too many input arguments.
I don't have idea why is wrong. My program showed me this error. %% ConflictType for p=1:size(crash_matrix,1) lcar=cras...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Invalid text character.
I don't have idea why is wrong. My program showed me this error. Maxvideo=12; NVideo=2; % Max=13 欲讀取之檔案數量 %RVideo=[7 8]; RVi...

quasi 7 anni fa | 2 risposte | 0

2

risposte