when i use matlabFunction command matlab takes a long time to run it and then hangs?

2 Ansichten (letzte 30 Tage)
hi. I run the m file which is attached without 198 line(197 and 199 lines are in code) and matlab works correctly but when I add that line it takes a long time to run and Eventually the program will hang .197 and 199 lines are same as 198 and I don't know what is the problem?(C matrix is created correctly but Cfunc.m is not created)

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Nov. 2018
When you request saving to a file, the default is that optimization is turned on. Optimization can take a long long time and run out of memory.
  4 Kommentare
Walter Roberson
Walter Roberson am 7 Nov. 2018
Anyhow,l the matlabFunction line I show is what you need. You might want to change the order of the variables. I do recommend using the 'vars' option, as otherwise the variables will end up in an order that probably does not make intuitive sense, making it more likely that you would encounter errors in passing variables in.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by