Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:...
14 years ago
Answered Reading a text file
The following set of code should work (or give you an idea of one way of doing it):
% read from the text file into a cell a...