Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8244461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:51:28+00:00 2026-06-07T21:51:28+00:00

I have a comma seperated dataset called Book2.csv I want to extract the contents.

  • 0

I have a comma seperated dataset called Book2.csv I want to extract the contents. The contents are a 496024×1 array of strings (normal, neptune, smurf).

I tryed:

 [text_data] = xlsread('Book2.csv');

But it just outputed a text_data empty array?

When trying csvread

M = csvread('Book2.csv')
??? Error using ==> dlmread at 145
Mismatch between file and format string.
Trouble reading number from file (row 1, field 1) ==>
norma

Error in ==> csvread at 54
    m=dlmread(filename, ',', r, c);

I get this error. Can anyone help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T21:51:30+00:00Added an answer on June 7, 2026 at 9:51 pm

    Off the top of my head this should get the job done. But possibly not the best way to do it.

    fid = fopen(your file);  //open file
     //read all contents into data as a char array 
     //(don't forget the `'` to make it a row rather than a column).
    data = fread(fid, '*char')';
    fclose(fid);
    //This will return a cell array with the individual
    //entries for each string you have between the commas.
    entries = regexp(data, ',', 'split'); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have an array and i want to convert this array in comma seprated
Possible Duplicate: PHP preg_match_all: Extract comma seperated list I have a string that looks
I have an array of strings that are comma separated such as: Steve Jobs,12,CA
I have a property of comma seperated values, eg. a,b,c I want to break
i have table with one column having comma seperated values and I want in
I have two comma seperated NSString 's & I want to remove the similar
I have an array, some elements are single string, final element is comma seperated
I have the following data in my database (comma separated strings): word, test, hello
I have created a Table-Valued function to return a comma seperated list, but am
Possible Duplicate: comparing two strings with comma seperated values I am working in C++,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.