Using xlsread to put info into a cell array

2 ビュー (過去 30 日間)
Ellen De Jonghe
Ellen De Jonghe 2020 年 1 月 13 日
回答済み: Star Strider 2020 年 1 月 13 日
Hye!
I have to use xlsread to put information from an excell file into a cell array.
My teacher has given the following instruction:
[~,~,tabel] = xlsread('zurenEnBasen.xlsx')
But I don't understand what the [~,~,tabel] thing does...
Anyone who knows?

採用された回答

Star Strider
Star Strider 2020 年 1 月 13 日
But I don't understand what the [~,~,tabel] thing does...
The xlsread function has three possible outputs. The tilde (~) signs here tell MATLAB to ignore the first two of those outputs. See the documentation section on Ignore Function Outputs for an extended explanation.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by