Re: Single precision in Simulink?



well, i have an additional problem :-(

Namely i cant define a single precision for a value named as "s" in
Block Parameter: From Workspace. I tried but i get the error message:
"Complex signals of any data type and non-double real signals must be
in structure format. The first column must contain time values and the
remaining columns the data values"

Then, i defined the struct:

t=0:600:480000;
s.time=[t'];
u=-2.4:0.00625:2.6;
s.values=[u'];

but i still get the same error message :-(
.



Relevant Pages

  • Re: Delete record
    ... What data type is Codigo? ... then are you sure that first column actually contains a value? ... > Dim MySet As DAO.Recordset, ... > the register to be deleted are copied on the first register of the table. ...
    (microsoft.public.access.forms)
  • Re: Error using ado to read cvs file
    ... the name of the file and I found out I can't use wild card like: ... By default the driver uses first row's data type to ... determine, in your case, the first column in first row is a number, ...
    (microsoft.public.data.ado)
  • Re: Trouble opening a form from a subform combo box
    ... combobox's Row Source query, as you don't see the first column because ... its Column Widths property sets the first column to 0" wide, ... tblPartnumber table, which is an AutoNumber. ... > Part_Number (data type text) ...
    (microsoft.public.access.forms)
  • Export to excel leaves off leading 0s
    ... I suppose the data in the first column is something like ... The excel is identify data type of the ... >How do I need to alter the code to prevent the truncation? ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)