photo

Nagesh A P


Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

8 Questions
0 Answers

Cody

0 Problems
17 Solutions

RANK
277,954
of 301,558

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
0

RANK
 of 21,325

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
27,608
of 175,442

CONTRIBUTIONS
0 Problems
17 Solutions

SCORE
200

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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 ...

8 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 ...

8 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...

8 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...

8 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...

8 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...

8 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...

8 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 ...

8 years ago | 2 answers | 0

2

answers