photo

Ajinkya Bankar


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
31,009
of 300,343

REPUTATION
1

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to reduce For loop execution time?
I have following Matlab code to calculate summation of exponential summation term: This code takes approx. 600 seconds to give ...

6 years ago | 1 answer | 0

1

answer

Question


Finding non-zero 2-D array
If I have following type of 2-D array which can have entire row of zero's 1 3 7 3 6 9 0 0 0 2 3 8 ...

6 years ago | 1 answer | 0

1

answer

Question


How to generate number of arrays dynamically?
I want to generate number of arrays based on user input value. (I assume each array is of fixed dimension e.g. 1 x 10) prompt =...

6 years ago | 1 answer | 0

1

answer

Question


How to combine all columns of an array into one column?
Suppose, If I have three elements in array A = [6, 5, 3] and I want A = [653] as the only one element. How should I do this? ...

6 years ago | 2 answers | 1

2

answers