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

ongeveer 3 jaar ago | 1

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 1

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

ongeveer 3 jaar ago | 0

| accepted

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

| accepted

Answered
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:/...

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

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

ongeveer 3 jaar ago | 0

| accepted

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

ongeveer 3 jaar ago | 0