How can import data contains Nominal instance

3 ビュー (過去 30 日間)
abduall hassn
abduall hassn 2016 年 8 月 20 日
編集済み: abduall hassn 2016 年 11 月 3 日
import data contains Nominal instance
  3 件のコメント
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 日
Use
[num,text,both]=xlsread('D:\google working\sumusa.csv')
You can also use csvread function

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by