exporting matlab matrix to excel code example
Example: import matrix from excel to matlab
name = input("file Name: "); #wrong. use single cottation
name = input('file Name: '); #correct
name = input("file Name: "); #wrong. use single cottation
name = input('file Name: '); #correct