Community Profile

photo

Konstantinos Athanasiou

Last seen: 6 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
What are the steps to reproduce the plots in 5G New Radio Polar Coding example?
A fitting workflow to speed up the execution time of this example (and produce similar plots quickly) could be: 1. Encapsulate ...

1 year ago | 1

| accepted

Answered
Skipping execution paths for autocoding
Use coder.target to determine the target of the solver methods Following your example above you can do elseif solverMethod == ...

1 year ago | 1

| accepted

Answered
MATLAB Coder does not recognize dot notation in struct member assignment
The following codegen command compiles without errors for the provided example. % codegen t -globals {'SD', struct('a', double(...

1 year ago | 0