0

Can we convert matlab built in function that are present in 5G toolbox to c/c++ code using matlab coder.

1 Answer 1

1

It is shown at the end of the help page of that specific function. Type

>> help yourFunctionName

at the command line. Then scroll to the very bottom and then look at Extended Capabilities > C/C++ Code Generation. When that is present, you should be able to generate code (please unfold to see the details).

If C/C++ Code Generation is not mentioned, you cannot generate code from that function.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.