필터 지우기
필터 지우기

Info

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

Creating the Input and graphing

조회 수: 1 (최근 30일)
Filiz Demian
Filiz Demian 2020년 10월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
  1. Ask the user for their name and store in a variable
  2. Ask for a minimum value for the conversion and store in a variable
  3. Ask for a maximum value for the conversion and store in a variable
  4. Create an array of vales from the min to the max and store in a variable
  5. 0.5 unit increments (Copy and paste that line below.)
  6. 100 evenly spaced values (Copy and paste that line)
  7. Covert the entire array to Celsius and store in a variable
  8. Plot the temperature conversion with labels and title
  9. Use a purple dashed line
  10. Copy and paste the plot below:
Please help! How do I do this?
  댓글 수: 7
Adam Danz
Adam Danz 2020년 10월 26일
type
help input
or
doc input
or look it up in the online documentation
Repeat for all other commands.
Walter Roberson
Walter Roberson 2020년 10월 27일
which_knight = input('What is your name? ', 's');
which_quest = input('What is your quest? ', 's');
what_speed = input('What is the air-speed velocity of an unladen swallow?' );

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by