How can import data contains Nominal instance

import data contains Nominal instance

3 Commenti

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');

Accedi per commentare.

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 20 Ago 2016
Modificato: Azzi Abdelmalek il 20 Ago 2016
Use
[num,text,both]=xlsread('D:\google working\sumusa.csv')
You can also use csvread function

Categorie

Tag

Non è stata ancora inserito alcun tag.

Richiesto:

il 20 Ago 2016

Modificato:

il 3 Nov 2016

Community Treasure Hunt

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

Start Hunting!

Translated by