필터 지우기
필터 지우기

Extract string form cell for sprintf

조회 수: 2 (최근 30일)
Jamie Shelley
Jamie Shelley 2016년 7월 21일
댓글: Jamie Shelley 2016년 7월 21일
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

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 21일
편집: Azzi Abdelmalek 2016년 7월 21일
Example
a={'abc'}
use
sprintf([a{1} '%d'],5)
  댓글 수: 2
Jamie Shelley
Jamie Shelley 2016년 7월 21일
Thanks, but I don't really understand the example so I can't make mine work - what does the 5 represent please? I just can't really get my head around the format of it to be able to adapt it to mine
Jamie Shelley
Jamie Shelley 2016년 7월 21일
Actually I found a way around it using something similar to what you suggested (although I don't really undertsand the example still, but it gave me an idea that worked), Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (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