I have a large matrix from a .txt file. In Matlab the command is:
fname='MRS101916sr007_r70'; ext='.txt'; data=load([fname,ext]); snum='MRS101916sr0117'; What would it be in Scilab? I have used some functions but am confused, I saw a youtube tutorial: https://www.youtube.com/watch?v=mY7EBULfJzY However, when I tried this the result was nothing because it was unable to open my matrix. My matrix will be a large n x 6 matrix. n = data points that may exceed 400,000... Much appreciated. -- View this message in context: http://mailinglists.scilab.org/Having-issues-loading-TXT-file-tp4036730.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
