필터 지우기
필터 지우기

How to change a part of a string particularly part of a folder and a file address?

조회 수: 1 (최근 30일)
I want to change a part of a address in a loop...what is the simplest way for doing it?!
fileDImax=fopen('1\1\data\ParkAngDImax11.txt','w+');
fileDImax=fopen('1\1\data\ParkAngDImax21.txt','w+');
.
.
.
fileDImax=fopen('1\2\data\ParkAngDImax11.txt','w+');
fileDImax=fopen('1\2\data\ParkAngDImax21.txt','w+');
.
.
.
fileDImax=fopen('2\1\data\ParkAngDImax11.txt','w+');
fileDImax=fopen('2\1\data\ParkAngDImax21.txt','w+');
.
.
.

채택된 답변

Image Analyst
Image Analyst 2013년 5월 10일
Please read the FAQ for several code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F. It will tell you what you need to know to do this.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by