photo

Shivam010


Shri Guru Gobind Singhji Institute of Engneering and Technology

Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Message

A Computer Science Enthusiast

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

Statistics

All
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
147 Solutions

RANK
21,146
of 300,352

REPUTATION
2

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,672
of 168,212

CONTRIBUTIONS
0 Problems
147 Solutions

SCORE
1,610

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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 ago | 1