Answered
Matlab doesn´t respect the UI Scale of my OS
The MATLAB scale factor affects MATLAB desktop and the size/position of windows. You can set the scale factor in MATLAB. Please ...

5 months ago | 0

| accepted

Answered
I built a cross-validated SVM model with fitcsvm but I cant seem to use "predict" to predict responses from a new data with the model
Hi You can make sure that "CValidated_SVMModel_for_AUC1" is a cross-validated SVM model object created using "fitcsvm" and that...

5 months ago | 0

| accepted

Answered
I need help implementing Extended Kalman Filter
Hello Umberto, The formulation of an extended Kalman is based on the linearization of the state equation and measurement equati...

5 months ago | 0

Answered
Comunicazione seriale con Arduino
As per my understanding of the query, to troubleshoot and solve the issue with serial communication between the Teensy and the A...

5 months ago | 0

Answered
Phased Array antenna design
Hello, You can refer to the following documententation on "Phased Array Design and Analysis" for more information : https://in....

5 months ago | 0

Answered
how to calculate median of grouped data in MATLAB
Calculating the median of grouped data involves estimating the median from a frequency distribution table. Ypu can follow the fo...

5 months ago | 0

Answered
Execute a Matlab script from Docker container
You can refer to the following MATLAB Answer to help troubleshoot license related issues: https://in.mathworks.com/matlabcentra...

5 months ago | 0

Answered
Simulink Arduino Support Package - No appropriate method, property, or field.../can't connect to server keeps occuring despite trying answers
Hello Krystof, You can refer to the flollowing MATLAB Answer on how to "Troubleshoot Installation issues of Simulink Support Pa...

5 months ago | 0

Answered
How many inport or outport in a runnable in the simulink model?
In Simulink, there isn't a strict limit on the number of inports or outports that a runnable can have. However, practical limits...

5 months ago | 0

| accepted

Answered
Help read temperature data from MAX6675 sensor connected to Arduino
Hello Andrew, After going through the code, here are a few pointers: 1. Correct the SPI Configuration The first issue is with...

5 months ago | 0

Answered
How to disable installing INSTALLMATHWORKSSERVICEHOST.EXE?
Hello Frantisek, You can refer to the following MATLAB Answer, particularly the steps in point 1, "End all MATLAB-related proc...

5 months ago | 0

Answered
MATLAB Runtime Installer for Mac 64bit Intel cant be opened
Hi Nathania, You can refer to the following MATLAB Answer that might help with the troubleshooting steps: https://in.mathworks...

5 months ago | 0

Answered
Arduino Uno /Simulink: Sample Time not updating with different values
Hi Scarlet, You can follow the below steps to troubleshoot the issue, Verify Sample Time Configuration Ensure that the sample...

5 months ago | 0

| accepted

Answered
SPI Buffer Frame Structure
Hi Satish, As per my understanding, you can use the C28x SPI Transmit block. You can refer to the following documentation for b...

9 months ago | 0

Answered
Getting error: "Invalid combination of start bit, signal size, and byte order", when packing message in big endian format using vehicle network toolbox
The start bit and the byte order are not independent. You can further refer to the following MATLAB Answer for a better understa...

9 months ago | 0

Answered
Wrong read API KEY? Matlab Analysis
Hi Sebastian, The channel currently being using by you is set to "Private". In order to read the data from the channel you will...

9 months ago | 0

Answered
Serial Configuration: The selected port is not configured
Hi Marie, You can refer to the below documentation of "Troubleshooting Serial Port Interface" for a better undertanding of the ...

9 months ago | 0

Answered
I have the modern engineering mathematics textbook, how do I link this to MATLAB to view the solutions?
We canot link a textbook to MATLAB to view the solutions. However, if you wish you implement certain mathematical function in MA...

10 months ago | 0

Answered
Animation of Matrix or .mat Data
Hi, As per my understanding, you can use the MATLAB function "fanimator" to create an animation object. Please refer to the be...

10 months ago | 0

Answered
Function diagnostics for hmcsampler issue
Hi Giorgos, You can make sure that all the required toolboxes are installed correctely by running this command in your MATLAB c...

10 months ago | 0

Answered
Can I create images with accurate size in mm ?
Hi Mary, As per my understanding, in MATLAB, image representation is inherently based on pixel units. As such, to facilitate th...

10 months ago | 0

Answered
TMDSCNCD28335: How to use External Mode is not running in SImulink
Hi Shibu, The error message mentioned by you indicates that communication was interrupted between the host and target, or that ...

10 months ago | 0

Answered
Why is connection to the target hardware TI C2000 TMS28335 failing?
Hi Imran, The above error message indicates that communication was interrupted between the host and target, or that communicat...

10 months ago | 0

Answered
Color Figure Table Cell.
Hi Javier, You can use the below method of coloring a cell of uitable based on the value of the cell: https://in.mathworks.com...

10 months ago | 0