giao12 Posted May 16, 2022 Report Posted May 16, 2022 (edited) Ciao a tutti, su matlab ho un cell array che indico con Z che cambia in modo dinamico. A una certa iterazione può valere: {[1 4 0 1 5 9]} Z -------> {[ 4 3 2 9]} {[ 0 0 0 0]} {[ 0 3 6 4 7 0]} Come posso eliminare la cella costituita da soli zeri per ottenere il seguente cell array Z ad ogni iterazione? {[1 4 0 1 5 9]} Z -------> {[ 4 3 2 9]} {[ 0 3 6 4 7 0]} Edited May 16, 2022 by giao12
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now