Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Alex
Posts:
24
Registered:
2/11/11
|
|
Re: list box removing path
Posted:
Feb 2, 2013 6:57 PM
|
|
a few things to note, 1. the code pasted above if for a pushbutton that is used to add the files.
2. the last line of code in this part:
% gets input file(s) from user [input_file,pathname] = uigetfile( ... {'*.asc', 'ASCII (*.asc)'; ... '*.*', 'All Files (*.*)'}, ... 'Select files', ... 'MultiSelect', 'on',... '/home/smfiles');
should be changed to something else if you are going to run this code.
|
|
Date
|
Subject
|
Author
|
2/2/13
|
|
Alex
|
2/2/13
|
|
Alex
|
|
|