已解决


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 ...

3 years 前

已解决


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,....

3 years 前

已解决


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...

3 years 前

已解决


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...

3 years 前

已解决


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...

3 years 前

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

提问


"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...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 1

已回答
'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...

3 years 前 | 0

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 1

1

个回答

提问


"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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 3

加载更多