Calculating number in a string
显示 更早的评论
SampleText.txt
file = 'SampleText.txt';
any assitance would be much appriciated, thanks.
采纳的回答
更多回答(1 个)
Mathieu NOE
2021-8-30
hello
you can add these lines to your code :
for ci = 1:nLines
if size(fileStr{ci})>0
disp([num2str(ci) ' : ' fileStr{ci}]);
end
end
1 个评论
Mathieu NOE
2021-8-30
FYI, the if statement line is to not display empty cells , but if you wish to have it, just remove that statement;
all the best
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!