Circshift not working for values of zero.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Giuseppe
il 26 Mar 2014
Risposto: Azzi Abdelmalek
il 26 Mar 2014
I have;
x = [0 0 3 3]
I want this to become
x = [0 3 3 0]
When I circshift
x_2 = circshift(x,2)
it equalls [0 0 3 3].
Am I doing the right circshift? NOTE I want it reordered with the second element first keeping the sequence.
0 Commenti
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!