Community Profile

photo

Alexander Wallar


American International School of Bucharest

Attivo dal 2011

Followers: 0   Following: 0

Contatto

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

Statistiche

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

Visualizza badge

Feeds

Visto da

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Inviato


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

oltre 12 anni fa | 1 download |

Inviato


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

quasi 13 anni fa | 2 download |

Inviato


dnaTranslate
This function translates DNA nucleotides into Amino Acids

quasi 13 anni fa | 4 download |

Inviato


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

circa 13 anni fa | 11 download |

Inviato


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

oltre 13 anni fa | 2 download |

Inviato


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

oltre 13 anni fa | 1 download |