How can import data contains Nominal instance

import data contains Nominal instance

3 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 20 Aug. 2016
Bearbeitet: Azzi Abdelmalek am 20 Aug. 2016

0 Stimmen

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

Kategorien

Mehr zu Electrical Block Libraries finden Sie in Hilfe-Center und File Exchange

Tags

Noch keine Tags eingegeben.

Gefragt:

am 20 Aug. 2016

Bearbeitet:

am 3 Nov. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by