Info

This question is closed. Reopen it to edit or answer.

eval for running functions

1 view (last 30 days)
vered
vered on 11 Aug 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
I want to run a list of function (a list of strings) and i'm using eval to do so ,sometimes the matlab get stuck using eval , is there another way to do so?
  3 Comments
vered
vered on 12 Aug 2013
no errors the all matlab get stuck(even ctrl c doesn't help) ...the only way to release it is to kill the matlab process.
Azzi Abdelmalek
Azzi Abdelmalek on 12 Aug 2013
Can you post your code?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 11 Aug 2013
Edited: Azzi Abdelmalek on 11 Aug 2013
look at str2func function

Tags

Community Treasure Hunt

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

Start Hunting!