Grab filename with tdfread
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (2개)
KL
2017년 10월 24일
편집: KL
2017년 10월 24일
use
filename = uigetfile
then for the title of the plot,
title(filename)
댓글 수: 5
per isakson
2017년 10월 24일
편집: per isakson
2017년 10월 24일
It seems you have to do something like
filename = uigetfile
tdfread ( filename )
if you want to use tfdread
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!