필터 지우기
필터 지우기

Store out put as a text

조회 수: 1 (최근 30일)
Anoop
Anoop 2014년 8월 29일
댓글: Anoop 2014년 8월 29일
Currently I get the result of my calculation as shown below
ans =
[1x402 char]
The whole answer is inside a cell and when I copy and paste it in notepad it looks like this
'WSSS.DCT.AROSO.Y339.GEMAS.B466.VBA.G582.BILIK.G582.GOBAS.R467.GUNIP.B466.TASEK.B466.BOSTI.B466.TOSOK.B466.ANOKO.B466.APASI.B466.ATIDA.B466.AVNOS.B466.MMV.P574.OPAMO.P574.GULAM.P574.BBM.P574.MADOG.P574.UDULO.P574.OKILA.P574.ERVIS.P574.GUNDI.P574.DARMI.P574.BISET.P574.ADPOP.P574.BOLIS.P574.TOTOX.P574.LOSIM.P574.KAXEM.P574.MUSRU.P574.PAROK.P574.KUSRA.P574.MIXAM.P574.SOLUD.P574.GISMO.P574.BUBIN.DCT.OMDB'
How can I have the ans displayed like this with out doing the copy paste.

채택된 답변

Iain
Iain 2014년 8월 29일
ans{1}
  댓글 수: 3
Iain
Iain 2014년 8월 29일
ans(ans == '.') = ' ';
Anoop
Anoop 2014년 8월 29일
That works too. Thanks a lot.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by