Info

此问题已关闭。 请重新打开它进行编辑或回答。

Help!!! ASCII writing a code that displays the numeric code with its character

1 次查看(过去 30 天)
sorry for the super weird format
Write a MATLAB program that displays ASCII numeric codes as the corresponding characters
Your program should proceed in a loop. Begin by prompting the user to enter some ASCII codes or -1 to quit. Input the codes and echo the corresponding characters to the command window. We're only interested in the ASCII codes representing the core set of displayable characters. These fall in the range 32 to 126. For any codes outside this range (except -1, which is used to quit), substitute the code for a question mark. Proceed in a loop unit -1 is detected. When that happens, output 'Bye!' and terminate.
  2 个评论
Rik
Rik 2020-3-19
Sounds like a reasonable homework question. What have you done so far to solve it?
Charlotte Reed
Charlotte Reed 2020-3-19
I haven't had a full idea on how to start it. I know the "char" function will be involved, but what gets me is the 32-126 range, and defining how to use char and fprintf! I'm very new to MATLAB

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by