已回答
How to display all valid results when converting fraction form to decimal form? Specifically when the fraction expression includes roots of negative numbers.
To view all the roots of an expression, you can use the function roots(). The following code returns all the roots of (-1)^(1/...

3 years 前 | 1

已回答
How to quickly and simply convert floating-point to fixed-point in matlab script?
MATLAB provides several tools for floating point to fixed point. There is a toolbox for Fixed-Point Conversion that enables conv...

3 years 前 | 0

已回答
Simulation Manager - Error during serialization
The error message "Error during serialization" generally occurs when large outputs have to be saved. To avoid it, the outputs ca...

3 years 前 | 1

已回答
Receiving string data over BLE
I understand that you would like to transfer data between a Bluetooth Server and BLE as strings. To send and read the data as ...

3 years 前 | 0

| 已接受

已回答
Unable to change the date in .fig
I understand that you would like to display dates read from an excel file. You can try the following: In the provided code, ...

3 years 前 | 0

已回答
How do i use the int function to integrate this square wave to a triangular one?
I understand that you would like to plot a triangle wave by integrating a given square wave. int is used for symbolic toolbox in...

3 years 前 | 0

已回答
Unable to build a MATLAB generated code in CCS
My understanding is that you are facing an error due to the gmake/make command with the error message as “No rule to make target...

3 years 前 | 0

| 已接受

已回答
How to Create a hystogram based on a timetable?
You can create stacked graphs using bar graphs. You can refer to the following documentation for implementation details: https:/...

3 years 前 | 0

已回答
Model Error Code generation file does not exist SIMULINK and ARDUINO
My understanding is that you are facing an error due to the gmake command with the error message as “No rule to make target”. ...

3 years 前 | 0

已回答
Error using smexportonshape command
The error thrown by smexportonshape described above has been recorded in the following bug report: https://www.mathworks.com/s...

3 years 前 | 0

已回答
A2l file generation in MATLAB
An A2L File can be generated using an ELF File or PDB File in Simulink. You can refer to the following documentation detailing t...

3 years 前 | 0

已回答
Tunable parameters when generating S-function in simulink (Matlab/Simulink R2016b)
If I've understood correctly, you would like set all the parameters in the model as tunable. You can use the following command...

3 years 前 | 0

已回答
Creating a table with every possible combination of rows from other tables
If my understanding is right, you have multiple tables with each row corresponding to the various test scores for a student. The...

3 years 前 | 0

已回答
Output argument 'V_cv' is not assigned on some execution paths.
In the given function, an error is being thrown due to the output variable ‘V_cv’. The error message ‘Output argument is not ass...

3 years 前 | 0

| 已接受

已回答
Measuring dimensions and contact angle
If I've understood correctly, you would like to measure the dimensions and contact angle of an object in a given image. There is...

3 years 前 | 0