photo

Nishant Kumar


Last seen: oltre un anno fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

9 File

Cody

0 Problemi
64 Soluzioni

ThingSpeak

7 Pubblico Canali

RANK
21.532
of 300.392

REPUTAZIONE
2

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
1.115 of 20.934

REPUTAZIONE
1.690

VALUTAZIONE MEDIA
4.40

CONTRIBUTI
9 File

DOWNLOAD
40

ALL TIME DOWNLOAD
15689

RANK
10.116
of 168.373

CONTRIBUTI
0 Problemi
64 Soluzioni

PUNTEGGIO
610

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
7 Pubblico Canali

VALUTAZIONE MEDIA
47

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • Revival Level 1
  • First Answer
  • Promoter
  • Solver

Visualizza badge

Feeds

Canale


pi_iot

oltre 7 anni fa

Canale


Raspberry
CPU Temp

oltre 7 anni fa

Canale


My Weight
Weight Chart

oltre 8 anni fa

Risolto


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

oltre 8 anni fa

Risolto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

oltre 8 anni fa

Risolto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

oltre 8 anni fa

Risolto


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

oltre 8 anni fa

Risolto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

oltre 8 anni fa

Canale


Node2
Device connected to node2

oltre 8 anni fa

Canale


MATLAB
MATLAB Data

oltre 8 anni fa

Canale


Medical
Project

oltre 8 anni fa

Canale


ADC
variable R

quasi 9 anni fa

Inviato


Arduino Analog Voltmeter
Display Analog Voltage on Display

quasi 10 anni fa | 1 download |

5.0 / 5
Thumbnail

Risposto
Frame adjustment of a printed PNG file
% Try this code . . . figure(2); %set(gcf,'PaperUnits','centimeters'); ...

quasi 10 anni fa | 0

Inviato


Licence plate recognition
Detects vehicle's number using Image correlation method.

quasi 10 anni fa | 27 download |

4.6 / 5
Thumbnail

Risolto


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

quasi 10 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

quasi 10 anni fa

Risolto


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

quasi 10 anni fa

Risolto


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

quasi 10 anni fa

Risolto


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

quasi 10 anni fa

Risolto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

quasi 10 anni fa

Risolto


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

quasi 10 anni fa

Risolto


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

quasi 10 anni fa

Risolto


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

quasi 10 anni fa

Risolto


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

quasi 10 anni fa

Risolto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

quasi 10 anni fa

Risolto


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

quasi 10 anni fa

Risolto


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

quasi 10 anni fa

Risolto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

quasi 10 anni fa

Risolto


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

quasi 10 anni fa

Carica altro