필터 지우기
필터 지우기

How do I write a for loop for multiple situations?

조회 수: 1 (최근 30일)
Nick Haufler
Nick Haufler 2015년 9월 30일
답변: Joseph Cheng 2015년 9월 30일
in the attached document, how do i write loops to determine if theres a pair or five-of-a-kind. Would i set up a vector, and make an element in each vector equal to something? Would really appreciate your help, I can attach my script file for rolling two dice if that would help. I really do appreciate the help you guys have to offer.

채택된 답변

Joseph Cheng
Joseph Cheng 2015년 9월 30일
You do not need loops to determine the N-of a kind. If you follow the assignment you should be looking at the sorted array and how many same numbers are adjacent see documentation on diff(). If you can be creative and go away from the method in the assignment look at the function mode()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by