photo

Nagesh A P


Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


Error:Field and value input arguments must come in pairs
I have a code with a structure array a which is initialized as follows if true a=struct([]); for i=1:(v_max+5)/5 ...

6 years ago | 2 answers | 0

2

answers

Question


Can I store row numbers of a matrix in a column without using any loop?
How will I store the first column of a matrix as its corresponding row number *without using a loop*. That is, the first column ...

6 years ago | 1 answer | 0

1

answer

Question


Remove for loop and reduce time
I want to reduce the running time of my code. I found that most of the time in my code is spent in this loop, as this loop is in...

6 years ago | 2 answers | 0

2

answers

Question


Not able to add 2d array to 3d array
I'm trying to add the 2d array cycle to a 3d array cycle_mat. i is a variable that changes after each loop iteration. I'm getti...

6 years ago | 1 answer | 0

1

answer

Question


Recursive function not stopping
I'm running the following recursive function. By pausing the execution and checking the values, I find that the execution is hap...

6 years ago | 1 answer | 0

1

answer

Question


Could someone please tell me what I'm doing wrong.
I'm using a recursive function to remove missing data from a dataset x. But the result that I'm getting is the same as the input...

6 years ago | 1 answer | 0

1

answer

Question


Matlab getting progressively slower in running simulation
The matlab code I'm running gets slower as time moves on. It's in this part of my program, which has a loop. the loop contains a...

6 years ago | 1 answer | 0

1

answer

Question


Rand error in a while loop. Number of elements not matching. Pls help
I'm getting the following error once in like 50 times : In an assignment A(:) = B, the number of elements in A and B must be ...

6 years ago | 2 answers | 0

2

answers