필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

can anyone help me ??

조회 수: 1 (최근 30일)
neveen aburomman
neveen aburomman 2016년 12월 21일
마감: John D'Errico 2016년 12월 22일
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
David Barry
David Barry 2016년 12월 21일
Try this.
in = 'can somebody do my homework for me';
out = strrep(in, in, char([110, 111]))

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by