Answered
How to run synchronous machine PU model using discrete solver setting
To troubleshoot the issue with infinite rotor speed when using the synchronous machine PU model with a discrete solver in Powerg...

ongeveer een jaar ago | 0

Answered
experimental modal analysis in time domain
To obtain K, M, and c values from experimental modal data in the time domain using MATLAB, follow the steps below: Load the e...

ongeveer een jaar ago | 0

Answered
How do I record from two spectrometers simultaneously
To record from two OceanOptics spectrometers simultaneously, try following the below steps: Create two instances of the instrum...

ongeveer een jaar ago | 1

Answered
How read in simulink model value of E2E Transformer error?
To read the value of 'transformerError_Input' in Simulink, try using the 'Data Store Memory' block. Following are the steps that...

meer dan een jaar ago | 1

Answered
MATLAB stop Recording audio halfway through
There could be a few potential issues causing the recording to stop halfway through. One possibility is that the buffer size u...

meer dan een jaar ago | 0

Answered
How to constrain a cable in Simscape
To constrain a cable to pass through a hole in an object in Simscape, you can use a combination of Contact Force and a Constrain...

meer dan een jaar ago | 0

Answered
How to solve the problem of login delaying in addon?
There could be several reasons for experiencing delays while logging in to the MATLAB Add-Ons account. Some possible solutions t...

meer dan een jaar ago | 0

Answered
How to add coordinate system on the tool I add to the robot?
Following are the steps to add a coordinate system on the tip of the tool and define its orientation: Define the position and o...

meer dan een jaar ago | 0

Answered
Java Matlab engine Struct array fields empty
The issue could be due to changes in the 2021b version of the Matlab engine, which may have affected the way that Struct objects...

meer dan een jaar ago | 0

Answered
Simulink model compilation getting fail.
The error message suggests that there is an issue with the Simulink model compilation. This could be caused by a recent security...

meer dan een jaar ago | 0

Answered
Is it possible to use evaluateHeatRate function using results obtained with pdetool?
Yes, it is possible to use the 'evaluateHeatRate' function in MATLAB to compute heat rate through an edge in a transient 2D heat...

meer dan een jaar ago | 0

Answered
How to define new custom report/reporter for a custom docx system design report
To define a custom reporter for a custom system design report using a custom .dotx template with prebuilt title page and various...

meer dan een jaar ago | 0

Answered
Variable resizing factor for the Resize Simulink block
To change the magnification factor of the Resize Simulink block during simulation, one can use a variable resizing factor. Inste...

meer dan een jaar ago | 0

Answered
forming global stiffness matrix
To form a global stiffness matrix, first create the element stiffness matrices for each element using the element's nodal coordi...

meer dan een jaar ago | 0

Answered
How to judge whether the regression coefficient calculated by the plsregress function is significant, as if there is no significant data related to the output
In MATLAB, the “plsregress” function does not directly provide significance levels for the regression coefficients. However, you...

meer dan een jaar ago | 0

Answered
How to do a forecast with FPM-ANN hybrid model in Matlab
To implement the FPM-ANN hybrid in MATLAB, follow these steps: Firstly, you need to export the data and load it into MATLAB wit...

meer dan een jaar ago | 0

Answered
How to use DataAvailableFcn in Bluetooth Low Energy
The reason for not receiving data from the Bluetooth Low Energy device using the ‘DataAvailableFcn’ is because the MATLAB progra...

meer dan een jaar ago | 0

| accepted

Answered
How to properly connect my Arduino with the serial port?
Based on the error message "Error using serialport", it appears that there is a problem with opening the serial port. This could...

meer dan een jaar ago | 0

Answered
Compute Lat/Long Waypoints For A Sinusoidal Track Given: Start & End Waypoint, Delta-Bearing, and Number Cycles
Here are the steps you can follow to compute a series of waypoints along a sinusoidal path: Determine the distance between ...

meer dan een jaar ago | 0

| accepted

Answered
Measurements with a DHT11. How to use the arduino board "normally", while connected to it via the "serialport" function.
To run the script on the Arduino in the background while also being able to modify the pin states in MATLAB, try using the follo...

meer dan een jaar ago | 0

Answered
Discrete message transmission using USRP, support by communication toolbox
Yes, the current version of the USRP (Universal Software Radio Peripheral) hardware and the Communications Toolbox in MATLAB sup...

meer dan een jaar ago | 0

Answered
Editor settings are not saved on kubuntu
To resolve this issue, try the following steps: Make sure that the write permissions for the MATLAB preferences directory is p...

meer dan een jaar ago | 0

Answered
matlab code to control stepper motor with Motor shield and adruino
I understand that you are trying to control a stepper motor using an Arduino UNO and MATLAB. If the code is not giving any er...

meer dan een jaar ago | 0

Answered
Adding Tabulate Standard Deviation and Variance
I understand that you are searching for a way to add tabulated standard deviation and variance. The variance is calculated b...

meer dan een jaar ago | 0

Answered
MATLAB Serialport , sending data to 8051
I understand that you are trying to communicate with 8051 board via USB Serialport through MATLAB. In order to assist you better...

meer dan een jaar ago | 0

Answered
How can I add simple signals in bird's eye scope
I understand that you are trying to add signals in bird’s eye scope. Following steps might help in resolving the issue : 1. I...

meer dan een jaar ago | 1

Answered
Simulink Coder Fatal: The data type 'CAN_DATATYPE' is not supported because it has no CustomCast function.
The Simulink Coder throws this error when it encounters a custom data type in the model that it does not know how to handle whic...

meer dan een jaar ago | 0

Answered
No physical signal source found. Physical signal input ports must be connected to exactly one physical signal output port
The error indicates that there is an issue with the connection of the input and output ports of a physical signal in a Simulink ...

meer dan een jaar ago | 0

| accepted

Answered
How I can add Arduino SoftwareSerial library?
Simulink support package for Arduino does not support software serial as such. But if needed, you can create a custom block by ...

meer dan een jaar ago | 0

Answered
Is there a way to overwrite simulink encoder block pins?
The best possible solution which could help work out this issue is trying to use a different microcontroller that has more avail...

meer dan een jaar ago | 0

Load more