Re: Single precision in Simulink?
- From: onofftopic@xxxxxxxxx
- Date: Sat, 31 May 2008 08:28:41 -0700 (PDT)
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 :-(
.
- References:
- Single precision in Simulink?
- From: onofftopic
- Single precision in Simulink?
- Prev by Date: Re: COM automation
- Next by Date: Re: Least Squares
- Previous by thread: Single precision in Simulink?
- Index(es):
Relevant Pages
|