Hi,
I am wondering if this is possible:
I've a structure with data and function pointer, for example:
mystruct.data = 5;
mystruct.func =%myfun
calling mystruct.func() will call myfun with the input of mystruct.data.
To put it in example, this is what I tried:
// define an in
Hi;
I just installed SciLab 6.1 on my Mac, and unfortunately I’ve tripped over
running doing my first task. I have a few small scripts which work fine under
6.0.2, using the mtlb_dir command to get a file list to process. It seems like
the output of the mtlb_dir command under 6.1 is different