Community Profile

photo

akihisa yorozu


2021년부터 활동

Followers: 0   Following: 0

Pro Audio

Programming Languages:
MATLAB
Spoken Languages:
English

통계

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Project Euler I
  • Commenter
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Solver
  • First Review

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

5개월 전

문제를 풀었습니다


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

5개월 전

문제를 풀었습니다


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

5개월 전

문제를 풀었습니다


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

5개월 전

문제를 풀었습니다


Nth root
Nth root of a number x

5개월 전

문제를 풀었습니다


Square root of number
Square root of given number.

5개월 전

문제를 풀었습니다


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

5개월 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

5개월 전

문제를 풀었습니다


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

5개월 전

문제를 풀었습니다


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

5개월 전

문제를 풀었습니다


Test if a number is numeric or not
Test if a number is numeric or not

5개월 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

5개월 전

문제를 풀었습니다


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

5개월 전

문제를 풀었습니다


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

5개월 전

문제를 풀었습니다


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

5개월 전

문제를 풀었습니다


find whether it is prime or not
For a given number find if its prime

5개월 전

문제를 풀었습니다


Sum of integers numbers
Sum of the numbers from 1 to 100

5개월 전

문제를 풀었습니다


square root
Find square root of given number

5개월 전

문제를 풀었습니다


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

5개월 전

문제를 풀었습니다


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

5개월 전

문제를 풀었습니다


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

5개월 전

문제를 풀었습니다


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

5개월 전

문제를 풀었습니다


Sum two matrices
Take two incoming matrices, and sum them

5개월 전

문제를 풀었습니다


Degrees to Radian
Convert degrees to radians

5개월 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

5개월 전

문제를 풀었습니다


raise 1/3
Raise a number to 1/3 power.

5개월 전

문제를 풀었습니다


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

5개월 전

문제를 풀었습니다


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

5개월 전

문제를 풀었습니다


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

5개월 전

문제를 풀었습니다


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

5개월 전

더 보기