What is the command to read from a text file abc.txt, and save it in a variable y in matrix form?
Select one
O a. y = open("abc.txt")
O b. y = fscanfMat("abc.txt")
O c. y = scanf("abc.txt")
O d y = scan("abc.txt")
Answers
Answered by
0
Answer:
-->y=read('dataFileWrite.txt',-1,3)
Similar questions