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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

