Azzera filtri
Azzera filtri

Error in using "width" and "fcn" block in SIMULINK

1 visualizzazione (ultimi 30 giorni)
Hi!
I want to use width of matrix in fcn block for the purpose of creating random matrix, but i got an error message. How can i fix it?
Thx!!
untitled.png

Risposta accettata

madhan ravi
madhan ravi il 3 Apr 2019
function y = fcn(u)
d = numel(u); % assuming constant blocl is a vector of elements
y = rand(d,9);
  1 Commento
Alex Yande
Alex Yande il 3 Apr 2019
I don't know why i always use difficult and long techniques. It seems that very easy with your solving.
Thx a lot !!
:))

Accedi per commentare.

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by