私はオクターブで仕事をしているので、めったに問題はありません。動作しますが、Matlab で実行しようとすると、間違いが発生します。
The expression on this line will generate an error when executed. The error will be: Error using ==> vertcat
CAT arguments dimensions are not consistent.
??? Error using ==> encuentraPares at 15
Error using ==> vertcat
CAT arguments dimensions are not
consistent.
問題が発生するコードは次のとおりです。
matrizJugadas = [
'1' '2' '3' ;
'4' '5' '6' ;
'7' '8' '9' ;
'10' '11' '12'
];
何が問題なの?
ありがとう!!。