Thread
:
Basic MATLAB
View Single Post
Feb15-12, 03:11 AM
#
9
Pythagorean
Recognitions:
Gold Member
load(file) if its an ascii file, should load easily, takes string arguments
plot(x)
where x is the variable of your signal
try help load and help plot if you have trouble