![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15481999_1557729954098_DEF.jpg)
Shubham Sangle
Followers: 0 Following: 0
Statistics
RANK
3,719
of 297,016
REPUTATION
14
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Using App Designer to Draw Elliptical ROI's
drawellipse function is available in matlab You can access documentation of drawellipse as https://in.mathworks.com/help/images...
5 years ago | 0
Creating multiple plots from a data file using a for loop
You can use this, () indexing on a table returns a portion of a table as a table plot(table(:, column1), table(:, column2))
5 years ago | 0
next prime number using While loops
This is link of answer to similar question https://stackoverflow.com/questions/2468412/finding-a-prime-number-after-a-given-numb...
5 years ago | 1
Can we use scatteredinterpolant in parallel
You can refer to answer to this reddit question. May be this will help- https://www.reddit.com/r/matlab/comments/2nfz1j/help_wi...
5 years ago | 0
Why will Matlab not start up properly on my windows based system?
You should provide some more details, so that we can specifically answer your question. But as of now I am posting answer to ...
5 years ago | 0
Check for column in table
Similar questions with accepted answer is available at https://in.mathworks.com/matlabcentral/answers/313776-how-to-check-whethe...
5 years ago | 0
How can I convert strings in cell array into array?
strcat() has the property that it trims out leading and trailing blanks from parameters that are character vectors. It does not ...
5 years ago | 0
| accepted
GPU compatibility for using deep learning in Matlab.
I think this blog written by Steve Eddins can help you regarding this problem https://blogs.mathworks.com/deep-learning/2017/10...
5 years ago | 0
| accepted
Why do I get a Segmentation Fault regarding 'xsetup' when installing MATLAB?
This issue has been asked earlier at here This was accepted answer given by Mathworks support team ``This problem has been kno...
5 years ago | 0
| accepted
How to tabulate the values?
Your question is not clear. 1:Graph between what parameters you want to plot? 2:In your For loop you are assigning every eleme...
5 years ago | 0