How can import data contains Nominal instance

import data contains Nominal instance

3 Comments

What is nominal instances? can you explain what is your exact problem, and how you did to import this file?
Nominal instances that is instance not numbers like private,REJ
data=load('D:\google working\sumusa.csv');

Sign in to comment.

Answers (1)

Use
[num,text,both]=xlsread('D:\google working\sumusa.csv')
You can also use csvread function

Categories

Tags

No tags entered yet.

Asked:

on 20 Aug 2016

Edited:

on 3 Nov 2016

Community Treasure Hunt

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

Start Hunting!