Feeds
질문
I want to write a function that allows me to input a certain number of guesses depending on the dimensions
I want my function to look something like function[output] = guess(f,N) f will be an anonymous function and N will be the numbe...
대략 12년 전 | 답변 수: 1 | 0
1
답변답변 있음
Writing a function that stops after three odd numbers have been found in a list.
Thank you for the help reading through both of your functions helped me to understand how to attack this problem and create my o...
Writing a function that stops after three odd numbers have been found in a list.
Thank you for the help reading through both of your functions helped me to understand how to attack this problem and create my o...
12년 초과 전 | 0
질문
Writing a function that stops after three odd numbers have been found in a list.
I'm trying to write a script that will find the first three odd numbers in a list if there aren't three it should display "0". ...
12년 초과 전 | 답변 수: 3 | 0
