How can import data contains Nominal instance

import data contains Nominal instance

3 comentarios

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

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 20 de Ag. de 2016

Editada:

el 3 de Nov. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by