Community Profile

photo

Mandeep Singh


Active since 2018

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
xticklabels function for more than 11 labels ?
From my understanding of the problem, you could specify the xticks before xticklabel to get the desired output . Try the followi...

5 years ago | 0

Answered
identifying the elements of a cell
From my understanding of the question, you can achieve the required task by following snippet of code: cnt = 1; for i = ...

5 years ago | 0

| accepted

Answered
How to use firs value from array column when threshold is reached without for loop?
Refer to the following snippet of code for the desired result. The code avoids any for loops and gives out the result. D=[2...

5 years ago | 0

Answered
adding float number of different size array
You can achieve the required values for the matrix b using the following set of commands a=[.1 -.2 .13 .4 -.15 .26 .17 -.28...

5 years ago | 0

Answered
how to modify the axes scale when we plot values in both y axis with same x axis line.
From my understanding of the question, you want to change the number of ticks and their corresponding labels in the plot. To ach...

6 years ago | 0