
Chirag Nighut
Mathworks
I'm an Engineering Development Group Intern at Mathworks.
Professional Interests: Simulink IO, Android Hardware Support for Android
Statistics
RANK
4.288
of 281.892
REPUTATION
10
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 19.064
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
Content Feed
help with magic matrix
It is proved that there exist magic squares for any n >=3 (cf. L.Bieberbach). function ret = getMagicMatrix() prompt = 'Enter ...
ongeveer 4 jaar ago | 0
Single instance of class
In order to limit a single instance of a class you can use the persistent variables. Such type of classes are called Singleton C...
ongeveer 4 jaar ago | 1
| accepted
How can I replace this a value in the array with the k where the value is k-th min?
A = [1 434 22 434 23 53 89 199]; u = unique(A) for i=1:1:length(A) A(find(A==u(i))) = i; end
ongeveer 4 jaar ago | 0
what is PolySpace.
Polyspace is a Mathworks product which is a static code analysis tool. It detects or also proves the absence of any certain run ...
meer dan 4 jaar ago | 0
degrees2dms Syntax
Degrees2dms takes in degree input (1x1) and converts it into degree minute and second ie. 1x3 output. So here when you pass 1x3 ...
meer dan 4 jaar ago | 0
For loop basic adaptive thresholding
Following are the links to the official links for for loop and while loops respectively: https://www.mathworks.com/help/matlab/...
meer dan 4 jaar ago | 0
| accepted