Prev: Use Blockproc to do something other than give me a manipulated image
Next: Refresh Simulink library browser
From: us on 28 Jul 2010 13:37 On Jul 28, 7:31 pm, janas21 <jana...(a)gmail.com> wrote: > Dear All, > > I am doing a programming in MATLAB trying to model a movement. > > I can get my experimental data with a suffix *.out. > > Do you know any way to change this suffix in the suffix*.inp ? > > Is there any possibility? to do so? > > I used fscanf to read the data of the first file and then with fopen i > create a new file with the suffix*.inp, but i got no results at all! > > Can you please recommend me a way to do it? > > thanks > > yours > janas a hint: help movefile; us
From: janas21 on 29 Jul 2010 04:59
On Jul 28, 7:37 pm, us <u...(a)neurol.unizh.ch> wrote: > On Jul 28, 7:31 pm, janas21 <jana...(a)gmail.com> wrote: > > > > > Dear All, > > > I am doing a programming in MATLAB trying to model a movement. > > > I can get my experimental data with a suffix *.out. > > > Do you know any way to change this suffix in the suffix*.inp ? > > > Is there any possibility? to do so? > > > I used fscanf to read the data of the first file and then with fopen i > > create a new file with the suffix*.inp, but i got no results at all! > > > Can you please recommend me a way to do it? > > > thanks > > > yours > > janas > > a hint: > > help movefile; > > us Thanks for the recommendation. It works perfect :) |