
Andrew Horchler
We're going to the Moon! I'm the Chief Research Scientist at Astrobotic heading their Future Missions and Technology team (https://astrobotic.com/technology). My Ph.D. in Mechanical Engineering at Case Western Reserve University was in the area of biologically inspired robotics with particular interests in mechanical design, soft robotics, dynamical systems, computational neuroscience, and numerical simulation. I have over 25 years of experience with Matlab and C.
Python, C++, C, Javascript, MATLAB, HTML, CSS, Arduino, Shell
Spoken Languages:
English, French
Statistik
RANG
8.313
of 297.457
REPUTATION
5
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
3
RANG
2.491 of 20.438
REPUTATION
688
DURCHSCHNITTLICHE BEWERTUNG
4.90
BEITRÄGE
17 Dateien
DOWNLOADS
77
ALL TIME DOWNLOADS
6369
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...
7 Monate vor
Gelöst
radius of a spherical planet
You just measured its surface area, that is the input.
7 Monate vor
Gelöst
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
7 Monate vor
Gelöst
Toeplitz Matrix
For a given square matrix of order n-by-n check whether this is a Toeplitz matrix or not. Return true if it is.
11 Monate vor
Gelöst
Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...
11 Monate vor
Gesendet
SDETools
Matlab Toolbox for the Numerical Solution of Stochastic Differential Equations (SDEs)
mehr als 4 Jahre vor | 3 Downloads |

Gesendet
wrightOmegaq
Complex double-precision evaluation of the Wright omega function
fast 8 Jahre vor | 1 Download |

Gesendet
waittext
Display updating line of text or textual waitbar in Matlab Command Window
fast 8 Jahre vor | 2 Downloads |

Gesendet
quasicrystal
Generate movie, animated GIF, or image of a quasicrystal via sum of plane waves
fast 8 Jahre vor | 1 Download |

Gesendet
notify
Display OS X notification message window from Matlab
fast 8 Jahre vor | 1 Download |

Gesendet
int2bin - bin2int
Convert integer datatype to a binary string and back
fast 8 Jahre vor | 2 Downloads |
Gesendet
char2hex - hex2char
Convert decimal integer string to hexadecimal representation and back
fast 8 Jahre vor | 4 Downloads |

Gesendet
circfit
Matlab function for least squares fitting of X-Y data to a circle
fast 8 Jahre vor | 32 Downloads |

Gesendet
cdiff
First- and second-order complex step derivative approximation
fast 8 Jahre vor | 1 Download |

Gesendet
DynamixelTools
Matlab Toolbox to control ROBOTIS Dynamixel actuators with the OpenCM9.04 microcontroller
fast 8 Jahre vor | 2 Downloads |

Gesendet
rigidtform
Optimal rotation and translation between corresponding points
etwa 8 Jahre vor | 2 Downloads |

Gesendet
Passive-Dynamic-Walking
Simulation and animation of simple passive dynamic walking models
fast 9 Jahre vor | 10 Downloads |

Gesendet
hypergeomq
Fast evaluation of the generalized hypergeometric function
fast 9 Jahre vor | 3 Downloads |
Symbolic math- substitute a derivative function with subs()?
A late answer, but maybe this will help others. See <http://stackoverflow.com/a/26998716/2278029 my answer here> on StackOverflo...
mehr als 10 Jahre vor | 2
Gelöst
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
mehr als 11 Jahre vor
Gelöst
Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0
mehr als 11 Jahre vor
Gelöst
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
mehr als 11 Jahre vor
Gelöst
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
mehr als 11 Jahre vor
Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mehr als 11 Jahre vor
Frage
HARDCOPY slower with more figures open?
GETFRAME is slow. I'm using the HARDCOPY function as a faster alternative (it's still way too slow) in order to capture figures ...
mehr als 12 Jahre vor | 1 Antwort | 1
1
AntwortGelöst
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
etwa 13 Jahre vor