Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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+');
.
.
.

Réponse acceptée

Image Analyst
Image Analyst le 10 Mai 2013
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.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by