photo

Sammit Jain


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
identifying the elements of a cell
Hi, This seems to be a simple case of cell indexing. Let's call your original cell array (of cells) 'mainCellArray' Now,...

environ 6 ans il y a | 0

Réponse apportée
How can I choose data points continuously from Fig during clicking the mouse
Hi, I think what you want to do can be achieved using the <https://www.mathworks.com/help/images/ref/impixel.html impixel> funct...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
Data interpolation problem for excel file
Hi Mukesh, I'm assuming that 'previous data history' means 'previous value in that column which was within this range'. This...

environ 6 ans il y a | 0

Réponse apportée
How to create periodic boundary conditions while plotting?
Hi Liana, what you're trying to do with your data points isn't very evident, since there are no images attached. According to my...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
How can I add a point to an animation?
Hi, since the exact context of the code isn't clear, I'm making the following assumptions: * You're probably trying to simula...

environ 6 ans il y a | 0

Réponse apportée
Merging a dataset with entries for every day with the other one with entries only for weekdays
I think what you're trying to accomplish is well-documented here, as a special case of the <https://www.mathworks.com/help/matla...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
how to write the command for numerator and denominator polynomial coefficients
Agree with Walter on the method using tf. So this is basically what you can do: % Initialize n1 and n2 n1 = 500; n...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
How to I change the time step in the following loop, so the new time is for the next line of code beign read?
To handle this more intuitively, you can initialize a counter outside the loop (say k=0). Inside your loop you can then make ...

environ 6 ans il y a | 0

Réponse apportée
reshape and sum multi-dimensional matrix
Hi, I think what you're trying to do can be accomplished without reshaping the multi-dimensional matrix. % Initializing 20x...

environ 6 ans il y a | 1

Réponse apportée
How to change pixel value to "1" on the pixels of the background (from "0") neighboring the pixels of the object?
Hi, I'm assuming that the dilation operation you want to accomplish will be modeled with the structuring element 'diamond' of pi...

environ 6 ans il y a | 0

| A accepté