How can import data contains Nominal instance

import data contains Nominal instance

3 件のコメント

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

サインインしてコメントする。

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 8 月 20 日
編集済み: Azzi Abdelmalek 2016 年 8 月 20 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeElectrical Block Libraries についてさらに検索

タグ

タグが未入力です。

質問済み:

2016 年 8 月 20 日

編集済み:

2016 年 11 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by