Feeds
질문
the function can only take one input argument
so when i a make a function called analyzeT to analyze temperatures i can't enter the temp's this way "analyzeT(28,44,50,33)' it...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
functions not working for a matrix created in for loop.
n = input('Enter number of rows: '); m = input('Enter number of columns: '); disp('Enter the values of the matrix: '); sum = ...
3년 초과 전 | 답변 수: 1 | 0
