MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not remotely HP Calculators (/forum-9.html) +--- Thread: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python (/thread-5279.html) |
MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - compsystems - 12-05-2015 05:03 PM MatLab followed the steps of MATHEMATICA 0: raspberry-π http://www.mathworks.com/hardware-support/raspberry-pi-matlab.html 1: beaglebone http://www.mathworks.com/hardware-support/beaglebone-black-matlab.html 2: i-OS http://www.mathworks.com/hardware-support/iphone-sensor.html I wish xCAS built-in on raspberry-π as mathematica (pre-installed in the current Raspbian-os image) -------------------------------------------- 3: GETTING STARTED WITH MATHEMATICA https://www.raspberrypi.org/learning/getting-started-with-mathematica/ RE: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - Maximilian Hohmann - 12-05-2015 08:13 PM (12-05-2015 05:03 PM)compsystems Wrote: 0: raspberry-π It sounded very interesting to me, but when I followed the link, I found this little piece of text: "Note that you cannot run MATLAB code as a standalone application on a Raspberry Pi." Recently, one of my amateur astronomer buddies sent me a page of code he had written for Matlab. When I wanted to try it out for myself, I discovered that a Matlab license for a mere mortal like myself (no school/university connection) costs 2000 Euros. No Matlab for me then, whatever the platform might be... Max RE: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - Vtile - 12-05-2015 10:56 PM (12-05-2015 08:13 PM)Maximilian Hohmann Wrote:Yep, Matlab is far from free or even cheap.. GNU Octave is free and is Matlab compatible in many ways, but I have never used it. IIRC there were some French goverment supprted Python related program also (might been Octave can't honestly recal atm.), which had Simulink a like interface.'(12-05-2015 05:03 PM)compsystems Wrote: 0: raspberry-π EDIT: SciLab is the software I were after. https://en.wikipedia.org/wiki/Scilab RE: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - Thomas Radtke - 12-06-2015 07:25 PM (12-05-2015 10:56 PM)Vtile Wrote: EDIT: SciLab is the software I were after.Used it in 2000/2001. There were only two or three documented differences from the Matlab language. Highly recommended! RE: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - Maximilian Hohmann - 12-07-2015 11:51 AM Hello! Thank you very much for the hint towards "Scilab". I had never heard of that! It ran instantly on my Macintosh without any configuration (seems to be written in Java) and could compute the Matlab code my colleague sent me. This is the download link: http://www.scilab.org/ Best regards, Max RE: MATLAB on Raspberry Pi 2, BeagleBone Black, ios, and Python - compsystems - 12-08-2015 01:31 AM math-processor is open source and is inspired in matlab http://mathiversity.com/math-processor/documentation/user-defined-functions Code: fibonacci = function (return, times, twoNumbersBack, oneNumberBack) |