[Scilab-users] Calling Function from Structure Field

2020-06-30 Thread Chin Luh Tan
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

[Scilab-users] Difference in output from mtlb_dir function between 6.0.2 and 6.1.1

2020-06-30 Thread Chris O'Shannassy
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