Solved


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

4 years ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

4 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

4 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4 years ago

Question


Can matlab coder generate C code more intelligently based on human language expressions?
According to my recent incomplete understanding, similar code generation tools are becoming more and more intelligent, such as d...

4 years ago | 1 answer | 0

1

answer

Question


matlab coder generation mex verification failed?
When I use matlab coder app to generate C code from my matlab code, I first start to verify if mex is runnable, but this step di...

4 years ago | 1 answer | 0

1

answer

Question


The PreserveArrayDimensions property in coder.EmbeddedCodeConfig is only valid for the first entry function in multiple entry functions?
When I set PreserveArrayDimensions to true, only the first of the multiple C entry function interfaces generated retains the arr...

4 years ago | 0 answers | 0

0

answers

Question


"arguments ... end" syntax input argument validation module group supports C code generation?
The latest version of Matlab Coder does not seem to support the use of "arguments...end" module in functions. If so, I don't hav...

4 years ago | 1 answer | 0

1

answer

Answered
What is missing from MATLAB #2 - the next decade edition
"matlab coder" toolbox can't produce only one C/C++ file, refer to: 1、How can I set up "matlab coder" to produce fewer C/C++ f...

4 years ago | 0

Answered
Regarding single .c and .h file generation in embedded coder code generation
@Juili Bhirud Unfortunately, TMW does not provide a way to generate a unique c file from these files simliar issue: https://a...

4 years ago | 0

Question


How can simulink coder/embedded coder generate multiple entry point functions?
Similar to matlab coder can specify multiple entry functions for C code generation at the same time, but how to generate multipl...

4 years ago | 0 answers | 0

0

answers

Question


How can matlab coder be configured to generate only one c file?
My problem is this: similarly, I can generate only one model.c and model.h file in simulink coder by setting the "File packaging...

4 years ago | 1 answer | 0

1

answer

Question


matlab function block Used for C code generation Error?
matlab function block Used for C code generation with "Only one inport and one outport can share the same parameter name." Error...

4 years ago | 0 answers | 0

0

answers

Answered
How to rotate a rectangle
I recommend you to use 'polyshape' for rotating rectangles, there are many object functions that can meet your requirements. r...

4 years ago | 0

Answered
How to crop a square that has a rotational angle?
I wrote an enhanced 'imcrop' function that supports rotating rectangle interception, but yours is an irregular quadrilateral, bu...

4 years ago | 1

Answered
'Cropping' image from a rotatable drawrectangle ROI
I've written an enhanced 'imcrop' function that supports rotated rectangle interception, which would satisfy your case please s...

4 years ago | 0

Question


Synchronize matlab software personality settings across platforms?
You can synchronize the individual settings of each platform matlab software while logged into your account, such as synchronizi...

4 years ago | 1 answer | 0

1

answer

Question


Matlab function block Does not support 'fopen' code generation?
I wrote a simple write binary file function with 'fopen' function for C code generation, but it is not supported in MATLAB funct...

4 years ago | 1 answer | 0

1

answer

Question


Are there examples of deploying deep learning specifically for TI TDA4vm soc embedded devices using matlab coder and embedded coder toolboxes?
As far as I am not fully aware, the current official list of hardware models supported by texas instruments C2000 processors is ...

4 years ago | 0 answers | 0

0

answers

Question


Doesn't addpath support adding multiple folder paths at the same time?
For example, I have 2 paths of the same level of brothers, how can I add them to the matlab search path by command addpath? pat...

4 years ago | 1 answer | 0

1

answer

Question


How can I set up "matlab coder" to produce fewer C/C++ files?
The problem is that I prefer to use the "matlab coder app" for C code generation and I want to produce as few C code files as po...

4 years ago | 0 answers | 0

0

answers

Question


How to deploy matlab deep learning models to Texas Instruments?
As far as I know, matlab deep learning models can be deployed to FPGAs and SoCs (Deep Learning HDL Toolbox), NVIDIA™ family of d...

4 years ago | 1 answer | 0

1

answer

Question


Is there an offline html document download for matlab?
Is there an offline html document download for matlab? What I know so far is that matlab software comes with local html official...

4 years ago | 2 answers | 0

2

answers

Question


Can Microsoft's WSLg (Windows Subsystem for Linux GUI) support running matlab?
Has anyone had success running matlab desktop applications using WSLg?I have not successfully configured it in windows 10 21H2, ...

4 years ago | 1 answer | 1

1

answer

Question


"readmatirx" does not read the expected data?
My data is 1×51 size in csv, when I use readmatrix function to specify "Range" to import 1 to 50 data, it is empty, or import ot...

4 years ago | 1 answer | 0

1

answer

Question


Using imageDatastore in matlab online is too time consuming?
matlab online is a good cloud computing environment, but I am using imageDatastore to load tens of thousands of images which is ...

4 years ago | 1 answer | 0

1

answer

Question


mfilename used in ".mlx" does not appear to be the desired path?
To get the full path and filename of the run in ".mlx", I used the mfilename function, but the full path of the file returned is...

4 years ago | 0 answers | 0

0

answers

Question


matlab online supports reading local files?
It would be good if matlab online could support reading local files in the future, because even using MATLAB Drive Connector to ...

4 years ago | 1 answer | 0

1

answer

Answered
Is MathWorks working on a dark mode for MATLAB similar to what Visual Studio offers?
Use "MATLAB online" to switch themes perfectly! Then use a browser plug-in (e.g. Midnight Lizard) to indirectly change the colou...

4 years ago | 3

Load more