From: us on
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
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 :)