Grab filename with tdfread

조회 수: 2 (최근 30일)
Brian
Brian 2017년 10월 24일
댓글: KL 2017년 10월 24일
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

답변 (2개)

KL
KL 2017년 10월 24일
편집: KL 2017년 10월 24일
use
filename = uigetfile
then for the title of the plot,
title(filename)
  댓글 수: 5
per isakson
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
KL
KL 2017년 10월 24일
Exactly

댓글을 달려면 로그인하십시오.


Brian
Brian 2017년 10월 24일
Thanks! This was it.

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by