Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

can anyone help me ??

1 Ansicht (letzte 30 Tage)
neveen aburomman
neveen aburomman am 21 Dez. 2016
Geschlossen: John D'Errico am 22 Dez. 2016
Write a MATLAB script (called rev.m) which reads a number of strings from standard input and prints them in reverse order on the command window.
The input sequence is terminated with the string END.
Hint: Use a cell array!
  3 Kommentare
David Barry
David Barry am 21 Dez. 2016
Try this.
in = 'can somebody do my homework for me';
out = strrep(in, in, char([110, 111]))

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by