Community Profile

photo

Josh Belandres


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to load Excel .xlsx and .mat files into Matlab?
I was able to import a .xlsx file and a .mat file containing data that I need to use for my code. However when I use "load FileN...

4 years ago | 1 answer | 0

1

answer

Question


How to find the maximum value of a function?
The function is: f=sin(x)+sin(x*2) and I want to find the scalar maximum and this is my code as of now. f = sin(x)+sin(x*2); ...

4 years ago | 3 answers | 0

3

answers