I have big data (about 6 Gb) that I need to use in n-lookup table in simulink. each time i run the simulation, it take long to compile the model even the model itself is very simple.
I tried Fast restart mode, it did the job. However, i can not modify anything in the model.
I tried to load the big variables in the model workspace, but still long compilation time is taken at the beginning of each simulation.
So, Is there anything I can do that will load the variables into simulink and keep then there as long as simulink is open? to reduce the compilation time