Filter löschen
Filter löschen

Type conversions to 'real_T'

5 Ansichten (letzte 30 Tage)
Timothy Wold
Timothy Wold am 17 Jun. 2011
Kommentiert: Liming Gao am 22 Mai 2022
Received the following error in utilizing legacy C-code with the S-builder function.
error C2440: 'function' : cannot convert from 'real_T' to 'double *'
Is their simple solution for this conversion to the 'real_T' type?
  2 Kommentare
Kaustubha Govind
Kaustubha Govind am 17 Jun. 2011
I think the issue might be your assignment of a value to a pointer type. Could you try first dereferencing your LHS and then assign whatever real_T value to it?
Liming Gao
Liming Gao am 22 Mai 2022
The arguments of functions in s-function builder is vector. So you may need to assign the value using vector method. For example, use a[0] = x[0] to assign value of x to a double vector variable a, where x is input variable of a function in s-function builder.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Schedule Model Components finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by