How can I change SlopeAdjustmentFactor ?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
dayoung
am 16 Nov. 2023
Bearbeitet: madhan ravi
am 30 Nov. 2023
I have problem in SlopeAdjustmentFactor.
The input and breakpoint data types of block 'untitled/PreLookupTable_LhObjEnd' do not have the same SlopeAdjustmentFactor. The breakpoint data type has a SlopeAdjustmentFactor of 1.600000 and the input data type has a SlopeAdjustmentFactor of 1.000000.
This is my 'untitled/PreLookupTable_LhObjEnd' and how can I modify SlopeAdjustmentFactor to 1.000000?
0 Kommentare
Akzeptierte Antwort
madhan ravi
am 30 Nov. 2023
Bearbeitet: madhan ravi
am 30 Nov. 2023
You need to use Datatype Conversion block and set the Output data type to fixdt(0, 16, 1) [where 1 is the SlopeAdjustmentFactor] before the breakpoint is fed to the pre lookup block. And within the pre lookup block, set the Fraction data type to Inherit via Internal rule.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Nonlinearity finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!