
Shivam010
Shri Guru Gobind Singhji Institute of Engneering and Technology
Followers: 0 Following: 0
Spoken Languages:
English
Professional Interests:
Signal Processing, Computer Science, Electrical and Computer Engineering
English
Professional Interests:
Signal Processing, Computer Science, Electrical and Computer Engineering
Feeds
已回答
How to delete leading zeros in a row vector in MATLAB?
d=[0 0 0 0 0 1 0 0 4 5 0 1] g=find(d==0) for i=1:length(g) if g(i)==i d(1)=[] end end output: d = ...
How to delete leading zeros in a row vector in MATLAB?
d=[0 0 0 0 0 1 0 0 4 5 0 1] g=find(d==0) for i=1:length(g) if g(i)==i d(1)=[] end end output: d = ...
6 years 前 | 1