Community Profile

photo

Alejandro Ayala


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Best way(s) to master MATLAB?
Most engineering professors should be able to help in assisting you master matlab, that is how I got significantly better using ...

4 years ago | 1

Answered
A basic matlab problem
x = 9.5.*ones(2,5)

4 years ago | 0

Answered
Odd numbered elements problem
function y = every0ther(x) y = x(1:2:end); end Hope this helps!

4 years ago | 5