Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Help with two problems
조회 수: 1 (최근 30일)
이전 댓글 표시
Y=4sin(X)
Z=Y+3X^2
- Create user defined functions that will calculate Y and Z for any array of X values.
- Generate a series of 5 random integer values between 1 and 10 for the X array.
- Calculate Y and Z using your UDFs
- Calculate the sum, median, mean and standard deviation for Z
A = [5 -10 1:2 8 0.5:1 0 5]
- Write a program to find the largest element in an nxm matrix and its index ( m,n >1)
- You can assume that there is only one largest element in the matrix (no repeats)
- The user should be prompted to enter the matrix in the Command Window
- The answer should be displayed in the Command Window within text
- You can NOT use the built in max function
댓글 수: 1
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!