Hi,
I have to get work this fcn in simulink
function V1 = fcn(Voc2)
V1 =[0:Voc2/100:Voc2];
But i get this error(fcn is correct,in matlab works):
Data 'V1' (#92) is inferred as a variable size matrix, while its specified
type is something else.
Someone suggest me to change the size output...