Import data and plot

조회 수: 2 (최근 30일)
Imene Yed
Imene Yed 2021년 6월 24일
댓글: Imene Yed 2021년 6월 24일
Hi,I'm trying to plot import my data using the import tool ,then I want to plot ,here is what I got the data couldn't appear on my script .

채택된 답변

Mohammad Sami
Mohammad Sami 2021년 6월 24일
Since your filename has a space try put it in double quotes.
a = readtable("spectre libs.txt");
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 6월 24일
Or single quotes.
Imene Yed
Imene Yed 2021년 6월 24일
thank you so much @Walter Roberson and @Mohammad Sami

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by