Community Profile

photo

Eris Rusnac


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Make a function loop
Making a function of the game yahtzee that rerolls until 5 of a kind is reached here is my current code function roll_again = y...

3 years ago | 1 answer | 0

1

answer

Question


what do i use instead of &&

3 years ago | 1 answer | 0

1

answer

Question


For loop only outputting the final value.
function y = q2(t) if 0 > t; y = t*sin(2*t)+sin(40+t); elseif 0 <= t & t <= 100; y = t*(t-1.6*sin(25*t)); elseif 10...

3 years ago | 3 answers | 0

3

answers