read sentences from an excel file

1 次查看(过去 30 天)
Please, I have an excel file that contains some sentences that I have to get to use them in a script, and I want to know the Matlab command that I should use to do that,

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-13
Use xlsread
  3 个评论
Ahmed BOULMANE
Ahmed BOULMANE 2015-7-15
编辑:Ahmed BOULMANE 2015-7-15
hello! i used the function xlsread to do that: "[num,txt]=xlsread(nameoffile,'C:C')" then txt(indice,1)='xxxxxxxxxxxxx' so, when i do that: FileName =txt(indice,1) ==> the result is : FileName= 'xxxxxxxxxxxx' but me, i want to do that: FileName='xxxxxxxxxxxx' ==> FileName=xxxxxxxxxxxx in order to use FileName in my script

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by