photo

Deepti Ranjan Majhi


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
229,303
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers