Community Profile

photo

Hatef


Last seen: más de 2 años hace Con actividad desde 2014

Followers: 0   Following: 0

Contacto

Estadísticas

Feeds

Ver por

Pregunta


How to upload Matlab program to Raspberry Pi 2 and execute it in the Raspberry Pi directly ? is it even possible ?
I am currently doing my final year project and I have been asked to develop a program in Matlab simulink and then upload the pro...

más de 8 años hace | 5 respuestas | 2

5

respuestas

Pregunta


How can i save the outputs of a function inside that function so i can recall that function in another script and plot with it output ???
function [x] = compute(W, k1, k2, d) x1 = W / k1; x2 = ( W + 2 * k2 * d ) ./ ( k1 + 2 * k2 ); k1 = 10000; k2 = 15000; d =...

más de 10 años hace | 0 respuestas | 0

0

respuestas