Extract string form cell for sprintf
1 回表示 (過去 30 日間)
古いコメントを表示
I have a string saved in a cell on excel, that I need to put onto my GUI using sprintf, but it says sprintf doesn't accept cell inputs, is there a way of extracting it from the cell and turning it into a string please? Thanks
0 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 7 月 21 日
編集済み: Azzi Abdelmalek
2016 年 7 月 21 日
Example
a={'abc'}
use
sprintf([a{1} '%d'],5)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!