Logical Manipulation of Vector

I require a logical vector with 'a' number of rows =1 and followed by 'b' rows =0. How can I create this without if statements?
I know a and b.

3 commentaires

Paulo Silva
Paulo Silva le 5 Sep 2011
not easy to understand, please provide one simple example, rows=0 is something like this: []
Oleg Komarov
Oleg Komarov le 5 Sep 2011
He intended b rows of logical zeros.
Paulo Silva
Paulo Silva le 5 Sep 2011
thanks Oleg :) now I understand.

Connectez-vous pour commenter.

 Réponse acceptée

Plus de réponses (2)

Walter Roberson
Walter Roberson le 5 Sep 2011

0 votes

Something like,
kron([true;false],[a;b])
Unfortunately I cannot reach my server today to test this.

2 commentaires

Oleg Komarov
Oleg Komarov le 5 Sep 2011
It could have been the most elegant, although with some overhead but the result is:
ans =
10
15
0
0
Walter Roberson
Walter Roberson le 6 Sep 2011
I usually get kron() wrong the first few times... :(

Connectez-vous pour commenter.

Catégories

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by