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
