![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4892831_1522104855834_DEF.jpg)
Srishti Saha
Whitefield
Followers: 0 Following: 0
A data scientist by profession, electronic engineer by education and a coder by the hobby
Statistik
RANG
3.418
of 297.016
REPUTATION
16
BEITRÄGE
3 Fragen
14 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
8
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Find number of days
The input is two date in string format (dd-mm-yyyy) find out the number of days between these two dates. Example: input: ...
mehr als 6 Jahre vor
Gelöst
Rotate Matrix Clockwise (45 Degree)
*Matrix (3x3 only) rotation clockwise*: 2 inputs: *x* matrix and *n* times. output: *y* matrix with *n x 45* degree ro...
mehr als 6 Jahre vor
Gelöst
Determine if given number is perfect
A number is <http://en.wikipedia.org/wiki/Perfect_number perfect> if it is equal to the sum of its factors, excluding itself. ...
mehr als 6 Jahre vor
Gelöst
Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||. Hint: It is as simple as "ABC".
mehr als 6 Jahre vor
Gelöst
Half-Swap
Given a vector with an even number of elements, rearrange it so that the elements in its first half are switched with those i...
mehr als 6 Jahre vor
Gelöst
Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle
mehr als 6 Jahre vor
Gelöst
Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...
mehr als 6 Jahre vor
Gelöst
Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...
mehr als 6 Jahre vor
Gelöst
Project Euler: Problem 9, Pythagorean numbers
A Pythagorean triplet is a set of three natural numbers, a b c, for which, a^2 + b^2 = c^2 For example, 3^2 + 4^2 =...
mehr als 6 Jahre vor
Gelöst
Project Euler: Problem 4, Palindromic numbers
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 ...
mehr als 6 Jahre vor
Gelöst
Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...
mehr als 6 Jahre vor
Gelöst
Sum of digit range
Example: If A is n1, and B is n2 digit positive numbers. A*B's digit range will be [c d] (c = min & d = max). Then return ...
mehr als 6 Jahre vor
Gelöst
The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...
mehr als 6 Jahre vor
Gelöst
Coin change combinations.
Using only pennies (1), nickels (5), dimes (10), quarters (25), half dollars (50), and dollars (100), how many different combina...
mehr als 6 Jahre vor
Gelöst
length of string on cylinder
A cylinder H cm high has a circumference of C cm. A string makes exactly N complete turns round the cylinder while its two ends ...
mehr als 6 Jahre vor
Gelöst
given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false
mehr als 6 Jahre vor
Gelöst
determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.
mehr als 6 Jahre vor
Gelöst
Create a square matrix of zeros of even order
Create a square matrix of zeros of even order
mehr als 6 Jahre vor
Gelöst
Text processing - Help Johnny write a letter home from camp
Johnny overuses the word 'great'. Write a script that will help him with this and future letters. If a sentence contains more ...
mehr als 6 Jahre vor
Gelöst
angle in regular polygon
Make a function which returns measure of interior angle in x-side regular polygon. x is as input. Please pay attention, that 1 ...
mehr als 6 Jahre vor
Gelöst
Which quadrant?
Given a complex number, output quadrant 'I' 'II' 'III' or 'IV' | II | I | ...
mehr als 6 Jahre vor
Gelöst
Continued fractions
Find a <http://en.wikipedia.org/wiki/Continued_fraction continued fraction> approximation of x.
mehr als 6 Jahre vor
Gelöst
Sum all integers from 1 to 2^x
Given a number x, your function must return the summation of all integers from 1 to 2^x.
mehr als 6 Jahre vor
Gelöst
Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!
mehr als 6 Jahre vor
Gelöst
Test of Quiz
Answer the questions and write in vector. Only one answer is correct. The founder of fuzzy logic is 1a) D. Golberg 1b)...
mehr als 6 Jahre vor
Gelöst
Array GCD
* Find Greatest Common Divisor in a given array * Function Template: function ans = arraygcd(a) % a=[45 15 200 ...
mehr als 6 Jahre vor
Gelöst
Bell Number calculator
Calculate a vector of Bell numbers for sets up to length n. Bell numbers are the maximum number of partitions of a set. See the ...
mehr als 6 Jahre vor
Gelöst
Binary
Given a positive, integer n, create a function that returns the respective binary number in the form of a vector. Example: ...
mehr als 6 Jahre vor
Gelöst
Vertical matrix sort
Given a matrix x with n rows and m columns, return a matrix y with 2n rows and m columns, such that every column in x is sorted ...
mehr als 6 Jahre vor
Gelöst
Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...
mehr als 6 Jahre vor