フィルターのクリア

Error within importing the .cvs file

2 ビュー (過去 30 日間)
Vasek
Vasek 2012 年 3 月 26 日
Hello everybody, I have bulk data separated by semicolon stored in .csv file and I need to import them into the Matlab as matrix (which I'm going to use for some plots).
I've tried to use:
a = csvread('Velocity.csv',2,2);
(to start at the second row and column). However, it always responds with the following error statement:
_??? Error using ==> dlmread at 145 Number of HeaderColumns is greater than number of columns in file.
Error in ==> csvread at 52 m=dlmread(filename, ',', r, c);
Error in ==> Untitled at 1 a = csvread('Velocity.csv',2,2);_
Do you know what's going on? Where is the problem? Furthermore, how could specified just specific range, let say only row 600 - 850?
Than you. Vasek

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by