Load variable as

Dear all, currently if I want to change the name of a variable stored in a .mat file I have first to load it and then change its name, once loaded in the workspace. This imply that if I already have a variable with the same name, maltlab overwrite it.
Question: is there a way to change the name on the fly while importing? I.e. a kind of load('test.mat','hi') as 'hello'.
Thank you

답변 (1개)

Paulo Silva
Paulo Silva 2011년 2월 1일

1 개 추천

hello=load('test.mat','hi')
hello.hi

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

태그

질문:

2011년 2월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by