How to save Output filename as per Input file name?

5 ビュー (過去 30 日間)
Ram Krishna Mazumder
Ram Krishna Mazumder 2013 年 4 月 23 日
I am a new user of Matlab... I have a input file name 'GM.txt' My Script are as below:
I=load('GM.txt'); A=I; D1=A(:,2); D2=A(:,3); D3=A(:,4); r1=max([max(D1),abs(min(D1))]); r2=max([max(D2),abs(min(D2))]); r3=max([max(D3),abs(min(D3))]); D=[r1 r2 r3 r1-r2 r2-r3 r3] save GM.out D -ASCII
I want such 'save' command when I will change my input file name (for ex- Spectra.txt) that command will give me a 'Spectra.out' file automatically.

回答 (1 件)

Tobias
Tobias 2013 年 4 月 23 日
You need to look into functions and use your filename as input.

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by