Feeds
提问
How to delete zeros from a vector and place it again in that vector?
I have a vector like, A = [2000 -1000 0 0 0 2000 -1000 0 0 0 2000 -1000 0 0 0 1000]'; For removing zeros, I did, B = A(...
8 years 前 | 3 个回答 | 0
3
个回答提问
Solving equations in terms of expression
Hello everyone, I have 6 equations to solve in MATLAB. I have written a program for that, but the problem is it showing zero val...
8 years 前 | 2 个回答 | 0
2
个回答提问
Insert zeros in a vector
Let's assume my vector is A = [1 2 3 7 9 10 45 93 122 150]'; I want to put zeros in between these numbers. A = [1 2 3 ...
9 years 前 | 2 个回答 | 0

