The problem when I used local Matlab to produce data

asked 2023-06-16 05:37:23 +0200

yxli gravatar image

Due to the calculation speed, I used local Matlab to make model input data, but I encountered the following problems. When I run "start", there will be an error in on line 72 of the start.m file.

The array index must be a positive integer or a logical value.

error start (Line 27) 72 if (strcmp(mysystem(end-1:end),'86'))

How can I solve the problem?Can I ignore start and just run make_grid?

edit retag flag offensive close merge delete

Comments

I have solved the problem. 72 line relevant can be removed and the correct path needs to be added to the crocotools_param.m file. warning: windows users need to use "\"

yxli gravatar imageyxli ( 2023-06-18 08:15:10 +0200 )edit