Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Matlab Code to C

1 visualizzazione (ultimi 30 giorni)
Ahmed
Ahmed il 18 Giu 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Dear memebrs
I have a question
what dose this Matlab code means in C ?
function [t1,t2, t0, n] = fcn(y, y1, y2)
Thanks in advance

Risposte (2)

MechtEngineer
MechtEngineer il 18 Giu 2014
Is the MATLAB code from a Simulink project? If so, you can find more information about the Simulink fcn User-Defined block here: http://www.mathworks.com.au/help/simulink/slref/fcn.html
  1 Commento
Ahmed
Ahmed il 18 Giu 2014
Well its actually a matlab code which I want to adopt into my c programm
But I dont understand some syntax

Niklas Nylén
Niklas Nylén il 18 Giu 2014
The documentation of how functions are declared in Matlab is available here: http://www.mathworks.se/help/matlab/ref/function.html
In your case, fcn is the name of the function. y, y1 and y2 are the input variables. t1,t2, t0 and n are the output variables (return values).

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by