[Scilab-users] Can't Find the Error

rentboi c.yilmaz.1 at campus.tu-berlin.de
Thu Nov 30 20:35:41 CET 2017


Hey everyone


I kept on trying to find out what the error is in the code below, but can't
seem to find it. Even weirder is that among my colleagues I am the only one
who gets a different output than the solution with the same code. 



temp=csvRead("the path to the file/meas0001.csv", ascii(9),
'.','string',[',' ' ']);   // to read the csv data
temp(1,:)=[];  // to remove the first line
temp($,:)=[];  // to remove the last line

The output I get :


!     24-NOV-2017 13:22:27 9499019   !
!                                    !
! 2.3171840E+02 Vac                  !
!                                    !
! 2.3181050E+02 Vac                  !
!                                    !
! 2.3202420E+02 Vac                  !
!                                    !
! 2.3206130E+02 Vac                  !
!                                    !
! 2.3207920E+02 Vac                  !
!                                    !
! 2.3202870E+02 Vac                  !
!                                    !
! 2.3194700E+02 Vac                  !
!                                    !
! 2.3195150E+02 Vac                  !
!                                    !
! 2.3192480E+02 Vac                  !
!     24-NOV-2017 13:55:22         !

The "supposed to be like this" output is with only the same numbers, but
without the "Vac", the dates and the times in the first and last row and the
exclamation marks. 

I'd be flattered, if someone could help me out. 



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list