Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Alex Yande
Alex Yande am 2 Apr. 2019
Kommentiert: Alex Yande am 3 Apr. 2019
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

Akzeptierte Antwort

madhan ravi
madhan ravi am 3 Apr. 2019
function y = fcn(u)
d = numel(u); % assuming constant blocl is a vector of elements
y = rand(d,9);
  1 Kommentar
Alex Yande
Alex Yande am 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 !!
:))

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by