How can import data contains Nominal instance

조회 수: 2 (최근 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 CenterFile Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by