Re: load mat file programatically
- From: Peter Boettcher <boettcher@xxxxxxxxxx>
- Date: Mon, 09 Jan 2006 09:35:35 -0500
paul <paultoti@xxxxxxxxxxx> writes:
> Hi Dan
>
> May you tell me why I shouldn't eval().
> If not using eval, what other command I should use instead.
load(fname);
vs
eval(['load ' fname ';']);
It's more readable, it's more compilable, it's more efficient. Did I
mention it's more readable?
--
Peter Boettcher <boettcher@xxxxxxxxxx>
MIT Lincoln Laboratory
MATLAB FAQ: http://www.mit.edu/~pwb/cssm/
.
- References:
- load mat file programatically
- From: Tim Booher
- Re: load mat file programatically
- From: Rob
- Re: load mat file programatically
- From: Dan Hensley
- Re: load mat file programatically
- From: paul
- load mat file programatically
- Prev by Date: HELP: Algebraic Loop with Discrete Integrator
- Next by Date: Re: HELP: Algebraic Loop with Discrete Integrator
- Previous by thread: Re: load mat file programatically
- Next by thread: a quick question
- Index(es):
Relevant Pages
|