photo

Chirag Nighut


Mathworks

Last seen: etwa 5 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

I'm an Engineering Development Group Intern at Mathworks.

Professional Interests: Simulink IO, Android Hardware Support for Android

Statistik

All
MATLAB Answers

0 Fragen
6 Antworten

Cody

0 Probleme
33 Lösungen

RANG
4.442
of 300.365

REPUTATION
12

BEITRÄGE
0 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
15.471
of 168.262

BEITRÄGE
0 Probleme
33 Lösungen

PUNKTESTAND
350

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
help with magic matrix
It is proved that there exist magic squares for any n >=3 (cf. L.Bieberbach). function ret = getMagicMatrix() prompt = 'Enter ...

mehr als 6 Jahre vor | 0

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

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
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

mehr als 6 Jahre vor | 0

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

mehr als 6 Jahre vor | 1

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

mehr als 6 Jahre vor | 0

Beantwortet
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/...

mehr als 6 Jahre vor | 0

| akzeptiert