Re: dynamic function names



Hi,

Have you tried using the "eval" function?

eval will take a string and execute it as if you typed it in the matlab
command prompt.

.



Relevant Pages

  • Problem Automatically destroyed!
    ... It is really a weird problem that every time I execute the Matlab ... the main window shows up and suddenly destroyed ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: Run a command prompt system
    ... > Could you please tell me if and how I can run a command prompt ... > version of a system inside matlab? ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: Making GUI for Matlab Functions
    ... > I have developed some functions in matlab. ... > possible to build your own graphic user interface around those ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: creating Mex-file from C++ project
    ... when I execute the mex-file in Matlab it crashes with an ... crash if i create a normal executable file and execute it? ... in a mex file. ... extern void _main; ...
    (comp.soft-sys.matlab)
  • Re: How to estimate exectution time
    ... If you are willing to restrict your Matlab program to use a fairly restricted subset of Matlab, and if you have a lot of detailed information about how long various operations take on your system, then it may be possible to come up with a reasonable estimate of how long your particular program will take to run. ... "best case running time", "average running time", "worst case running time". ... So the code you write might be optimal in theory if all else was equal, but less optimal code might actually execute much faster sometimes because the ...
    (comp.soft-sys.matlab)