From: Roberto on
Hi there,

I want to combine two variables. The variables are:
data <53x2 double>
textdata <71x10 cell>

The first cell (1,1) of data had to be placed in row 7 and column 11 of textdata.

Anyone an idea?

Muchos gracias!
From: Roberto on
"Roberto " <ivogrunn(a)hotmail.com> wrote in message <hqppjb$elj$1(a)fred.mathworks.com>...
> Hi there,
>
> I want to combine two variables. The variables are:
> data <53x2 double>
> textdata <71x10 cell>
>
> The first cell (1,1) of data had to be placed in row 7 and column 11 of textdata.
>
> Anyone an idea?
>
> Muchos gracias!
I fixed it bij writing the data with xlswrite to an excelfile and after that I imported the data with xlsread. But that takes a "long" time and I was wondering whether it would be possible on a quicker way.