Community Profile

photo

Shivam010


Shri Guru Gobind Singhji Institute of Engneering and Technology

Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

연락

A Computer Science Enthusiast

Spoken Languages:
English
Professional Interests:
Signal Processing, Computer Science, Electrical and Computer Engineering

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • CUP Challenge Master
  • First Answer
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

배지 보기

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 = ...

4년 초과 전 | 1