回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 1

回答済み
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...

1年以上 前 | 1

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

| 採用済み

回答済み
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...

1年以上 前 | 0

回答済み
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 ...

1年以上 前 | 0

| 採用済み

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

2年弱 前 | 0

回答済み
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...

2年弱 前 | 0

回答済み
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...

2年弱 前 | 0

回答済み
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...

2年弱 前 | 1

回答済み
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...

2年弱 前 | 0

回答済み
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 ...

2年弱 前 | 0

| 採用済み

回答済み
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 ...

2年弱 前 | 0

回答済み
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...

2年弱 前 | 0

さらに読み込む