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 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

タグ

質問済み:

2021 年 6 月 24 日

コメント済み:

2021 年 6 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by