Filter löschen
Filter löschen

Info

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

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

1 Ansicht (letzte 30 Tage)
Charlotte Reed
Charlotte Reed am 19 Mär. 2020
Geschlossen: John D'Errico am 19 Mär. 2020
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 Kommentare
Rik
Rik am 19 Mär. 2020
Sounds like a reasonable homework question. What have you done so far to solve it?
Charlotte Reed
Charlotte Reed am 19 Mär. 2020
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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by