Community Profile

photo

Alexander Wallar


American International School of Bucharest

Aktiv seit 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

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gesendet


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

mehr als 12 Jahre vor | 1 Download |

Gesendet


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

mehr als 12 Jahre vor | 2 Downloads |

Gesendet


dnaTranslate
This function translates DNA nucleotides into Amino Acids

mehr als 12 Jahre vor | 4 Downloads |

Gesendet


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

etwa 13 Jahre vor | 10 Downloads |

Gesendet


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

etwa 13 Jahre vor | 2 Downloads |

Gesendet


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

etwa 13 Jahre vor | 1 Download |