Using xlsread to put info into a cell array

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by