How can I change SlopeAdjustmentFactor ?
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
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
채택된 답변
  madhan ravi
      
      
 2023년 11월 30일
        
      편집: madhan ravi
      
      
 2023년 11월 30일
  
      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
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Lookup Tables에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

