Hi, I have a very simple question in macro processing syntax.
Suppose in the mod file I use @#define ramsey = 1, then I use
@#if ramsey
equation 1
@#else
equation 2
@#endif
Is there a way that I can define @#define ramsey = parameter, in which parameter can be controlled in a matlab file and then passed to the mod file?
Thanks a lot!
Frank