akihisa yorozu
Followers: 0 Following: 0
Pro Audio
MATLAB
Spoken Languages:
English
Statistica
0 Problemi
406 Soluzioni
RANK
N/A
of 296.105
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...
circa un anno fa
Risolto
Sum of big primes without primes
Inspired by Project Euler n°10 (I am quite obviously a fan). With problem n°250 by Doug, you can find some global methods to co...
circa un anno fa
Risolto
Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*
circa un anno fa
Risolto
Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.
circa un anno fa
Risolto
MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.
circa un anno fa
Risolto
Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];
circa un anno fa
Risolto
vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'
circa un anno fa
Risolto
Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]
circa un anno fa
Risolto
Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.
circa un anno fa
Risolto
Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...
circa un anno fa
Risolto
Volume of a sphere given its surface area
You just measured its surface area, that is the input.
circa un anno fa
Risolto
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
circa un anno fa
Risolto
Matrix multiplication
Multiply two incoming matrices via matrix multiplication
circa un anno fa
Risolto
Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]
circa un anno fa
Risolto
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
circa un anno fa
Risolto
Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...
circa un anno fa