Community Profile

photo

Muhammed Berat Eyigün


Last seen: ungefär ett år ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


I'm keep having an error 'Not enough input arguments' for this code
function [y] = DivisibleTest(M) for m = 1 : length(M) if mod(M(m),2)==0 y = ["%d is divisible by 2",m,num2str(M)]...

mer än 3 år ago | 3 answers | 0

3

answers