Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can anyone help me ??

1 visualizzazione (ultimi 30 giorni)
neveen aburomman
neveen aburomman il 21 Dic 2016
Chiuso: John D'Errico il 22 Dic 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 Commenti
David Barry
David Barry il 21 Dic 2016
Try this.
in = 'can somebody do my homework for me';
out = strrep(in, in, char([110, 111]))

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by