data manipulation

Hello,
Can someone help with this problem please?
I have an array defined as a = (8+1/100):3/100:11
I can alter the structure using h = repmat(a',1,1000)
In the new array h every line has the same recurring value
Is it possible to alter the array once again so that for any h(n,:) there are 100 lines the same
To illustrate this on a smaller scale the new array would look something like
1 1 1
1 1 1
1 1 1
2 2 2
2 2 2
2 2 2
3 3 3
3 3 3
3 3 3
The above values are not the real ones and instead of just 3 lines being the same I would like 100
Hope this makes sense and that I'm not wasting anyone's time. I've been stuck on this for quite some time and haven't managed to track down the code.
Thanks

 Respuesta aceptada

Matt Fig
Matt Fig el 1 de Mzo. de 2011

2 votos

I think this file does exactly what you are looking to do:

Más respuestas (1)

Walter Roberson
Walter Roberson el 1 de Mzo. de 2011

2 votos

See also kron

2 comentarios

Dominic Lawson
Dominic Lawson el 1 de Mzo. de 2011
Thanks very much for the help
Oleg Komarov
Oleg Komarov el 1 de Mzo. de 2011
+1

Iniciar sesión para comentar.

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by