Answered
Graph a circle with a tangent
Hi Arturo, To graph the circle ((x-1)^2 + (y-1)^2 = 25) and its tangent at the point ((4, -3)) in MATLAB, you'll first need to ...

7 months ago | 0

Answered
Using Vehicle Dynamics Toolbox, Automated Driving Toolbox &Unreal Engine in tandem - Coordinate systems
Hi Jiyo, To adapt the Double Lane Change Reference Application for testing your autonomous driving controller with different MA...

8 months ago | 0

Answered
Generation of dll file from a MATLAB function
Hi Tarun, To resolve the missing DLL error when using a MATLAB compiled function in a different environment, make sure to: Ins...

8 months ago | 0

Answered
How to use .m file when using Autodefine Input Types and mex file when running
Hi Nathan, To differentiate between normal execution and various stages of code generation in MATLAB, including the "Autodefine...

8 months ago | 0

Answered
Can Hinfstruct be used with real parametric uncertainty?
Hi Adel, "hinfstruct" can handle plants with parametric uncertainty by designing a controller that works well for the nominal c...

8 months ago | 0

Answered
synchronous machine _maximum power capacity
Hi NN, The maximum load capacity that can be connected to a 3.125 MVA synchronous generator is determined by factors such as it...

8 months ago | 0

Answered
Separate strokes from a gesture
Hi Shweta, To separate individual strokes from a gesture like the numeral "2" in MATLAB, follow these steps: Pre-process the i...

8 months ago | 0

Answered
Straightening a curved cylindrical structure
Hi Cat-22, To straighten a wavy cylindrical structure in MATLAB and maintain the internal values, you would follow these genera...

8 months ago | 0

Answered
Controlling LCVR controller box by Matlab
Hi Van, To control a Thorlabs LCC25 box in MATLAB using the "serialport" function: Determine the correct COM port and communic...

8 months ago | 0

Answered
procrustes for incomplete point sets
Hi Karel To align incomplete point sets in MATLAB when using the "procrustes" function yo can do the following: Determine whi...

8 months ago | 0

Answered
is dynamic packet bearer supported in 5G toolbox for NRTDDsymbolbasedScheduling of System level simulation
Hi Anand, In MATLAB system-level simulations for wireless communications, dynamic packet bearer configurations can support traf...

8 months ago | 0

Answered
Why does my Speedgoat IO333-410K disappear?
Hi James, To address intermittent hardware detection issues with your IO333-410K boards on multiple Speedgoat systems, you can ...

8 months ago | 0

Answered
Data Translation DT9857E variable IO latency
Hi Karol, To address variable system latency in data acquisition with the DT9857E device in MATLAB, you can try the following a...

8 months ago | 0

| accepted

Answered
High EM-Speeds in Simulation of 21-Ton EV Truck with 2-speed AMT using Virtual Vehicle Composer.
Hi Rohit, To resolve the issue of high Electric Motor (EM) speeds in your 21-ton EV truck simulation with a 2-speed Automated M...

8 months ago | 0

Answered
Modeling of gas mass fraction across local restriction for moist air - Simscape
Hi John, The difference in mass fractions at the input and output of a Local Restriction (MA) block in Simscape, as observed in...

8 months ago | 0

Answered
Mode of Transmission and Reception using Adalm Pluto SDR devices
Hi Marco, Continuous Transmission Alternative: Instead of using `transmitRepeat` for continuous transmission, you can use the `...

8 months ago | 0

| accepted

Answered
Automotive Adaptive Cruise Control Using FMCW Technology distance error
Hi Yucheng, In the MATLAB example of Automotive Adaptive Cruise Control Using FMCW Technology, even when you set the speed of t...

8 months ago | 0

Answered
DsFileReader Seek issue with values >= (2^63 - 2^10)
Hi, The issue you're facing with "DsFileReader" when seeking to a position "(2^63 - 2^10)" in a .mf4 file is likely due to limi...

8 months ago | 0

| accepted

Answered
How can I implement a frequency sweep with an external signal source using ZCU111
Hi Yihan, To perform a frequency sweep on the Xilinx ZCU111 using MATLAB: Configure the ADC: Set the ADC sampling rate to 4 GS...

8 months ago | 0

Answered
R-Capacitance Sensitivity
Hi Peter, To simulate the R-C circuit in Simulink and observe the voltage change due to a small change in capacitance, you will...

9 months ago | 0

Answered
Open and run a datafile with matlab compiled exe file
Hi Mubin, To open ".xyz" files with your "test.exe" MATLAB compiled application and automatically run a function, follow these ...

9 months ago | 0

Answered
How to run closed loop using PI controller and TMSf320f28335 in simulink?
Hi Arijeet, To address issues with your closed-loop buck converter using a PI controller: Check the voltage sensor accuracy an...

9 months ago | 0

Answered
How to run solidworks vba macros from matlab?
Hi Anish, You're using "invoke" to call methods on the SolidWorks application object. The usage of "invoke" seems correct, but ...

9 months ago | 0

Answered
Backward compatibility of matlab.mixin.SampleTime class
Hi Andre, I understand that you want to maintain a single codebase that is compatible with multiple MATLAB versions. To mainta...

9 months ago | 0

Answered
Error using vision.internal.cnn.parseInputsFasterRCNN.
Hi Yuhang, The error you face indicates that MATLAB cannot find the function "parseInputFasterRCNN" within the "vision.internal...

9 months ago | 0

Answered
How to save row vector or cell array in a Table?
Hi Subhadip, The error you're encountering is due to trying to assign a cell array ("rowcell") directly into a single cell of t...

9 months ago | 0

Answered
Intel OneApi 2024 Support!
Hi Abdelrahman , I understand that you want to use Intel OneAPI for Frotran 2024 which is not supported by MATLAB yet. It is i...

9 months ago | 0

Answered
How to set the number of sampling points when simulating using Simbiology APP
Hi, I understand that you want to simulate a model created with SimBiology for a given number of sampling points. You can use ...

9 months ago | 1

Answered
Call Function with parameters in a script code extracted from two codes !!!
Hi Hussam, I understand that you want to integrate energy harvesting into your cluster head selection in MATLAB: Identify Com...

9 months ago | 0

Answered
seeking guidance on how to integrate chemical reactions into batch reactor model (Simulink).
Hi Khadija, I understand that you want to incorporate chemical reactions into a Simulink batch reactor model, Here is a genera...

9 months ago | 0

Load more