Community Profile

photo

Alexander Carmeli

Last seen: 23 days ago Active since 2018

Statistics

All
  • First Answer
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Submission

View badges

Content Feed

View by

Answered
Display "fixdt" data type in Simulink format
The tostringInternalSlName() method does exactly that: fixdt(1, 16, 0).tostringInternalSlName fixdt(0, 16, -5).tostringInterna...

10 months ago | 0

Answered
Inserting fields into an empty structure
Try this: output.(subnum)(1).name = hcp(x,1).name; Note the subscript (1) after (subnum). Think of a struct as a 1-element st...

2 years ago | 0

Submitted


How to Write Custom Simulink Data Type Rules in MATLAB
Write custom data type rules as MATLAB functions, and other automatic data type propagation policies

5 years ago | 2 downloads |

Submitted


Alluvial flow diagram
Plot flows from sources to sinks and relationships between categories.

6 years ago | 9 downloads |

Thumbnail

Submitted


Strip fixed-point scaling into a hw-supported integer type
Hw-aware version of the Data Type Conversion and Scaling Strip blocks.

6 years ago | 1 download |

Submitted


Create a model configured for efficient code generation
Create a new model and apply configurations that support small, fast, and readable generated code.

6 years ago | 1 download |