Grab filename with tdfread
Ältere Kommentare anzeigen
I am using tdfread to open a file and assign variable names. Is there a way to pick off the filename when the selecting the file? I would like to add the file name to the title of a plot.
Thanks.
Brian
Antworten (2)
use
filename = uigetfile
then for the title of the plot,
title(filename)
5 Kommentare
Brian
am 24 Okt. 2017
KL
am 24 Okt. 2017
the argument you pass to tdfread is the file's name. If you don't have it, how do you execute that command in the first place?
Brian
am 24 Okt. 2017
per isakson
am 24 Okt. 2017
Bearbeitet: per isakson
am 24 Okt. 2017
It seems you have to do something like
filename = uigetfile
tdfread ( filename )
if you want to use tfdread
KL
am 24 Okt. 2017
Exactly
Brian
am 24 Okt. 2017
0 Stimmen
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!