Community Profile

photo

akihisa yorozu


Active since 2021

Pro Audio

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

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

View badges

Content Feed

View by

Solved


First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero i...

2 months ago

Solved


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The values of B are in the same order a...

2 months ago

Solved


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

2 months ago

Solved


Specific Element Count
Given a vector _v_ and a element _e_, return the number of occurrences of _e_ in _v_. Note: NaNs are equal and there may be n...

2 months ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

6 months ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

6 months ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

6 months ago

Solved


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

7 months ago

Solved


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

7 months ago

Solved


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

7 months ago

Solved


Find Logic 32

10 months ago

Solved


Find Logic 31

10 months ago

Solved


Find Logic 30

10 months ago

Solved


Find Logic 29

10 months ago

Solved


Find Logic 24

10 months ago

Solved


Find Logic 21

10 months ago

Solved


Find Logic 28

10 months ago

Solved


Find Logic 25

10 months ago

Solved


Find Logic 26

10 months ago

Solved


Find Logic 20

10 months ago

Solved


Find Logic 27

10 months ago

Solved


Find Logic 23

10 months ago

Solved


Find Logic 22

10 months ago

Solved


Binary Coder
Take an input number and print the binary value of this number.

10 months ago

Solved


Convert binary numbers array into array of decimal numbers.
Convert binary numbers array into array of decimal numbers. Example x=[ 11001000 ; 11001001 ; 11001010 ; 11001011 ; 11001100 ;...

10 months ago

Solved


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match (the <http://en.wikipedia.org/...

10 months ago

Solved


Find Logic 19

10 months ago

Solved


Find Logic 18

10 months ago

Solved


Find Logic 17

10 months ago

Solved


Find Logic 16

10 months ago

Load more