Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
if cout0 is greater than 8 then cout0 = 1 else cout0 = 0
조회 수: 1 (최근 30일)
이전 댓글 표시
- cout0 = 8
- cout1 = 16
- I am trying to write a simple code of if else statement. My goal is to basically say if cout0 is greater than 8 then cout0 = 1 and less that 8 then cout0 = 0 similar for cout1
댓글 수: 1
Rik
2018년 10월 20일
This question is very similar to your previous question, as is the solution. It seems a better idea to keep the conversation in one place to avoid any confusion.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!