필터 지우기
필터 지우기

Info

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

How do I create an array for user inputs of all the widths in each shape

조회 수: 1 (최근 30일)
Yashlin Naidoo
Yashlin Naidoo 2015년 5월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
This is my code:
  댓글 수: 2
Walter Roberson
Walter Roberson 2015년 5월 15일
What user inputs? There is no interaction with the user in that code.
Is the question about keeping a record of all of data parameters that the user enters through some mechanism not shown here? Or is the question about recording the various boundary coordinates that you have calculated? Or is the question about recording pixel arrays as if you had "painted" the shapes onto the screen and taken pictures of the results?
Yashlin Naidoo
Yashlin Naidoo 2015년 5월 15일
keeping a record of all of data parameters that the users enters through some mechanism not shown here

답변 (1개)

Walter Roberson
Walter Roberson 2015년 5월 15일
Start with an empty record. When a particular configuration of user inputs is ready to be recorded, recall the existing record set, add the new inputs on to it, and save that away. When you are ready, fetch the complete record and do whatever with it.

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by