Community Profile

photo

Saeed Nematshahi


Last seen: meer dan 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can I import data from .csv file with numeric values and texts (with column headers) into MATLAB Workspace?
use a = csvread('csv_file.csv',1,0); this only remove first column. by changing 0 to 1 you can remove first column and first...

meer dan 3 jaar ago | 0