Filter löschen
Filter löschen

Breaking a long line of code into two.

19 Ansichten (letzte 30 Tage)
Sarath S
Sarath S am 9 Nov. 2019
Kommentiert: Ajay Kumar am 12 Nov. 2019
I was trying to split the following line of code into two.
uiwait(msgbox(sprintf('Decryption complete!\n\nRetreived image has been saved to disk\n\nOutput File Name: ''Hidden_Image.png'''),'modal'));
I tried using the ellipsis operator (...) to do this, but I can't get it to work properly. Please help. Thanks

Akzeptierte Antwort

Ajay Kumar
Ajay Kumar am 9 Nov. 2019
Bearbeitet: Ajay Kumar am 9 Nov. 2019
uiwait(msgbox(sprintf(['Decryption complete!\n\nRetreived image has ',...
'been saved to disk\n\nOutput File Name: ''Hidden_Image.png''']),'modal'));
  3 Kommentare
Sarath S
Sarath S am 12 Nov. 2019
Thanks a lot!
Ajay Kumar
Ajay Kumar am 12 Nov. 2019
Pleasure :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by