Tag: matlab


The use of eval in Matlab

I just came across the a MatlabĀ® script which used the eval function to evaluate and execute an expression in a text string. Of Course there are a few, limited situations where the use of eval is necessary, but for all uses I came across...