loads a .csv file containing strings organized as a matrix; column separator=semi colon(;)
xstring = scsv2sci('mycsvdata');
mycsvdata.csv file has the following format:
column separator: semi colon (;)
a matrix containing the strings of mycsvdata.csv
note: the quotation marks of mycsvdata.csv have been dropped
[xstring] = scsv2sci('mycsvdata'); | ![]() | ![]() |