Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
132.009
of 300.364
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.407
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using xlsread.
try file = validpath(file); catch exception error(message('MATLAB:xlsread:FileNotFound', file, exception.message)); ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
casi 7 años hace | 4 respuestas | 0
4
respuestasPregunta
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...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 2 respuestas | 0

