Community Profile

photo

Jenice Chen


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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; ...

5 years ago | 4 answers | 0

4

answers

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 2 answers | 0

2

answers