Community Profile

photo

Michael C.


Last seen: 3 months ago Active since 2012

Statistics

All
  • Scavenger Finisher
  • Knowledgeable Level 1
  • First Answer
  • Introduction to MATLAB Master
  • Community Group Solver
  • First Review
  • Cody Challenge Master
  • Indexing I Master
  • Cody5 Easy Master
  • Scholar
  • ASEE Challenge Master
  • CUP Challenge Master

View badges

Content Feed

View by

Answered
I’m using uncontrol check box , by command in a script, I have associated a function with check box, how can I get the handle of that function out
If I were doing something like this, I woudl do one of two things: % Add this line inside "dt" function set(hObject,'UserData'...

5 years ago | 0

Answered
How do interpolate and hold values inside a vector?
See if something like this is what you are looking for: input = [nan; nan;-33.20; -37.98; -40.83;... -52.36; nan; -28.42; ...

5 years ago | 0

| accepted

Answered
Convert date to specific format julian date
My understanding was that Julian usually referred to the number of days since Jan 1 4713 BC, but judging by your example, you ar...

7 years ago | 0

Answered
Problem with control of Dynamixel AX-12A by using MatLab
I believe I ran into the same type of problem while trying to communicate with some Dynamixel servos. My solution was just to cr...

7 years ago | 0