Community Profile

photo

Alexander Wallar


American International School of Bucharest

Con actividad desde 2011

I am from the United States. I am 16 years old and attend the American International School of Bucharest. I am fairly new to MATLAB but I understand it well.

Add me at facebook.com/wallars
Professional Interests: Application Development

Estadísticas

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Commenter
  • Solver

Ver insignias

Content Feed

Ver por

Resuelto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

alrededor de 12 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

alrededor de 12 años hace

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

alrededor de 12 años hace

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

alrededor de 12 años hace

Resuelto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

alrededor de 12 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

alrededor de 12 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

alrededor de 12 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

alrededor de 12 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 12 años hace

Resuelto


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

alrededor de 12 años hace

Enviada


Picture Transformation Finder
This function finds the transformation matrix of two images.

más de 12 años hace | 1 descarga |

Enviada


cellSearch
This function returns the position in a cell of an element in which you are looking for.

más de 12 años hace | 2 descargas |

Enviada


dnaTranslate
This function translates DNA nucleotides into Amino Acids

más de 12 años hace | 4 descargas |

Enviada


Picture Encryption and Decryption
This algorithm decrypts and encrypts images based on keys

alrededor de 13 años hace | 10 descargas |

Enviada


Improved Base Expansion Algorithm
This is an improvement of my last base expansion algorithm

alrededor de 13 años hace | 2 descargas |

Enviada


findNearest algorithm
This algorithm sees if data you are searching for is in x and if not it shows the closest value

alrededor de 13 años hace | 1 descarga |