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

Chris O'Shannassy zisper at gmail.com
Tue Jun 30 13:03:26 CEST 2020


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 from that of 6.0.2 - which is causing my subsequent commands to fail.  I can rework the scripts so they don’t rely on mtlb_dir, but I thought I should flag it as an issue.

Sample output under 6.0.2:
--> mtlb_dir
 ans =

831x1 struct array with fields:
 dims
 name
 date
 bytes
 isdir


--> ver
 ans =


 column 1

!Scilab Version: !
! !
!Operating System: !
! !
!Java version: !
! !
!Java runtime information: !
! !
!Java Virtual Machine information: !
! !
!Vendor specification: !

 column 2

!6.0.2.0 !
! !
!Mac OS X 10.15.5 !
! !
!1.8.0_51 !
! !
!Java(TM) SE Runtime Environment (build 1.8.0_51-b16) !
! !
!Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode) !
! !
!Oracle Corporation !


And under 6.1:
mtlb_dir

*** Much Output I’ve Removed ***

ans(6)(828)

 F

 ans(6)(829)

 F

 ans(6)(830)

 F

 ans(6)(831)

 F

--> ver
 ans =

 "Scilab Version: " "6.1.1.0"
 "Operating System: " "Mac OS X 10.15.5"
 "Java version: " "1.8.0_51"
 "Java runtime information: " "Java(TM) SE Runtime Environment (build 1.8.0_51-b16)"
 "Java Virtual Machine information: " "Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)"
 "Vendor specification: " "Oracle Corporation"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20200630/0a4aa94f/attachment.htm>


More information about the users mailing list