MCQs > IT & Programming > Machine Learning > Output of code in MATLAB? M=(864;372;193] N = circshift(M,[-1 2])

Machine Learning MCQs

What will be the output of the following code in MATLAB?

M=(864;372;193]

N = circshift(M,[-1 2])


Answer

Correct Answer:

M:

8 6 4

3 7 2

1 9 3

N=

7 2 3

9 3 1

6 4 8 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Machine Learning Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Machine Learning Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it