Community Profile

photo

steve


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to create a logical array, that gives me one for every number that is above a certain range and gives me 0 for every number not in the range?
Are you looking for something like this? % Generate some data >> a = rand(10,1) a = 0.6020 0.2630 0.6541 ...

4 years ago | 0

Question


How do I add an Excel spreadsheet as part of my Matlab UI?
I'm looking to add an Excel interface as part of my Matlab User Interface, as if Excel was embedded in a portion of the UI. I ...

4 years ago | 1 answer | 0

1

answer