Respondida
input is not supported for code generation
I found similar question answered before : https://www.mathworks.com/matlabcentral/answers/476121-matlab-to-c-code-conversion-i...

alrededor de 4 años hace | 1

Respondida
Problem using :(colon operator) and ndgrid in Matlab Coder
I modified the code a little bit and the code generation was successful function B = myFunc() a=[ 5 185 ; 50 230; 95 ...

alrededor de 4 años hace | 0

Respondida
Coder not replacing CMSIS library
According to this page, https://au.mathworks.com/help/supportpkg/armcortexm/ug/supported-cmsis-functions.html the matrix multi...

alrededor de 4 años hace | 0

Respondida
I've tried to get Embedded Coder Texas Instruments C2000
I am not sure if you can get trial versions for student editions : https://www.mathworks.com/store/link/products/student/new ...

alrededor de 4 años hace | 0

Respondida
How do I install Embedded Coder Support Package for Energia?
Please contact MathWorks technical support with proper details : https://www.mathworks.com/support/contact_us.html

alrededor de 4 años hace | 0

Respondida
Undefined function or variable 'getFISCodeGenerationData'
From the below documentation is see that the function "getFISCodeGenerationData" is supported from R2018b (release is mentioned ...

alrededor de 4 años hace | 0

| aceptada

Respondida
Code generation to C/C++ compiler option "fp:strict"
I could not reproduce this in R2019b version of MATLAB (and I have not verified this is the case in the previous releases). You...

alrededor de 4 años hace | 1

Respondida
Why do I always need coder.varsize directives?
Thanks for asking this interesting question. I will try to answer this to the best of my knowledge. Enable / Disable variable ...

más de 4 años hace | 2

| aceptada

Respondida
Is it possible to define cstructname for a struct property of a classdef
Unfortunately coder.cstructname cannot be applied on class properties. I have made an internal note to enhance this restrction i...

más de 4 años hace | 1

| aceptada

Respondida
Output argument 'check_equal' is not assigned on some execution paths
This is because output variable should have a value in each execution branch. Otherwise MATLAB Coder compiler will not be able t...

más de 4 años hace | 1

| aceptada

Respondida
"ss2sos" :ss2sos is not supported for code generation.
The function "ss2sos" is not supported for codegeneration. You can find the list of supported function in the below page : http...

más de 4 años hace | 1

Respondida
How to see called function in a c file generated from MATLAB coder
It depends on the "other" function. If it is an utility function (not user written), then MATLAB can make use of its own interna...

más de 4 años hace | 1

Respondida
External mode on Simulink
Which version of MATLAB are you using ? Below documentation explains how to connect to external mode in the R2019b MATLAB : ht...

más de 4 años hace | 1

Respondida
Error using mex. No supported compiler or SDK was found.
You can install any of the supported compiler for MATLAB Coder. https://www.mathworks.com/support/requirements/supported-compi...

más de 4 años hace | 1

Respondida
Unable to Convert Vitdec to C using MATLAB coder
The below documentation page lists the functions supported for code generation : https://www.mathworks.com/help/simulink/ug/fun...

más de 4 años hace | 2

| aceptada

Respondida
Matlab Coder: codegen command line vs gui. 100x slower. why?
MATLAB Compiler and MATLAB Coder are two separate products having different objectives. As you have guessed correctly, MATLAB ...

más de 4 años hace | 1

Enviada


Road profile and traffic analysis using MATLAB mobile
MATLAB mobile is used to collect the sensor data while traveling along a road which is used to analyze road profile and congesti...

alrededor de 5 años hace | 5 descargas |

Thumbnail

Respondida
How can I send a string to a simulink input block?
Now strings are supported in Simulink. You can use the string related blocks to do the string manupulation. Below is the list of...

alrededor de 6 años hace | 1

Respondida
Circle Fit at the Corner of the Step??
I guess there is something wrong going on in estimating the radius of curvature using the x,y points. Please refer below code to...

alrededor de 6 años hace | 1

Respondida
Is toolbox "MATLAB_Builder_for_Java" the same as "MATLAB Compiler SDK" ?
*MATLAB Builder JA* was present as a toolbox prior to R2015a. From R2015a , *MATLAB Compiler SDK* was introduced by refactoring ...

alrededor de 6 años hace | 1

| aceptada

Respondida
how ro make a cross section for a meshplot
The following MATLAB answer posts discusses about the similar issue: <https://www.mathworks.com/matlabcentral/answers/231881-...

alrededor de 6 años hace | 1

| aceptada

Respondida
Can I get an .stl from a spreadsheet?
I hope below File Exchange Submission will help you: <https://www.mathworks.com/matlabcentral/fileexchange/4512-surf2stl>

alrededor de 6 años hace | 1

Respondida
How to compile a DLL file to be externally configured
Below MATLAB answer posts discusses about the similar issue: <https://www.mathworks.com/matlabcentral/answers/260403-how-to-s...

alrededor de 6 años hace | 1

Respondida
Transfer Function with high order (for example 15th order or more)
The question is abstract. I am not clear if you are looking for a physical system with higher transfer function or you just rand...

alrededor de 6 años hace | 1

Respondida
Circle Fit at the Corner of the Step??
This is due to the different scaling of the axes. If you observe y axes varies from 0 to 1, while x axes varies from 0 to 2000....

alrededor de 6 años hace | 2

Respondida
Good method to store pyramid shaped cell array?
You can make use the of the linear indexing of MATLAB. Basically 2D matrix can be stored as a single dimension cell array. To ac...

alrededor de 6 años hace | 1

| aceptada

Respondida
how to change the order of objects shown in a table using regioncrops
When the position of the object is changed, the output 'stats' table will also change. You have to do row wise comparison of two...

alrededor de 6 años hace | 1

Respondida
made input into string but it's not showing all the numbers I need
There can be multiple ways to resolve this. One simple way is to using sprintf() to specify the format. The code will be like be...

alrededor de 6 años hace | 1

Respondida
Configure Matlab Compiler to Visual Studio programmatically
If you are using the MATLAB version which is prior to R2017 below answers may help you: <https://www.mathworks.com/matlabcent...

alrededor de 6 años hace | 1

Respondida
Webread certificate problems - roll your own java works, webread doesn't. Why?
There is a detailed answer available for the similar issue in the below answer link: <https://www.mathworks.com/matlabcentral...

alrededor de 6 años hace | 1

Cargar más