Answered
Detecting In-Use Audio Devices
Hi Brian, Detecting if an audio device is in use by MATLAB's Audio Toolbox without referencing the specific "audioDeviceWriter"...

4 months ago | 0

Answered
Create a land-to-sea border
Hi gyeonggeun, To create a coastline border in MATLAB using AVISO geostrophic velocity field data, follow these steps: Import ...

4 months ago | 0

Answered
how to get p-values from fit function
Hi federico, To obtain p-values for the coefficients from a fitting process in MATLAB, you should use the "fitnlm" function fro...

4 months ago | 1

| accepted

Answered
how to change the number of Newton method iterations
Hi Luigi, The "ksdensity" function in MATLAB doesn't offer a direct way to adjust the maximum number of iterations for the Newt...

4 months ago | 0

Answered
how can i plot user specific input by inputing latitude and longitude on an already existing plot of waveheight, latitude and longitude.
Hi Alex, You can consider making these changes in your code: Longitude and Latitude Conversion: The conversion you're applying...

5 months ago | 0

Answered
On/off button matlab designer
Hi Kizito, To control a switch in Simulink from an App Designer UI and ensure it toggles correctly throughout the simulation, f...

5 months ago | 0

Answered
changing pointer to colorful picture
Hi Nathan, To enhance the performance of drag-and-drop in your app and potentially customize the cursor beyond MATLAB's basic b...

5 months ago | 0

Answered
MinGW64 compiler fails to create the mex file
Hi Padideh, To resolve the linker errors you're encountering when trying to convert pnet.c into a mex-file in MATLAB 2021a on W...

5 months ago | 0

Answered
Why does TCP lag on bigger files?
Hi Charlie, To address the lag in TCP/IP communication within your complex MATLAB/Simulink islanded microgrid model, consider t...

5 months ago | 0

Answered
Embeding results on a map
Hi, Embedding results on a map in MATLAB involves a few key steps: Ensure you have geographic coordinates (latitude and longit...

5 months ago | 0

Answered
How to rerun failed test cases in Jenkins build
Hi Pooja, In Jenkins, there isn't a built-in feature like MATLAB's for rerunning only failed tests directly from the UI. Howeve...

5 months ago | 0

Answered
Use Matlab Engine within DLL
Hi Martin, Integrating MATLAB with a DLL for use in applications like circuit simulators involves several key considerations: ...

5 months ago | 0

Answered
GlobalSearch - Does a non-default number of trial points stop the effect of the maxTime option?
Hi, Increasing the number of trial points in MATLAB's GlobalSearch algorithm to 5000 seems to cause issues with the maxTime par...

5 months ago | 0

Answered
Is is possible to use callbacks to call a .m script every second from a Simulink Model?
Hi Grace, It sounds like you're trying to integrate code generation within MATLAB with some iterative or repetitive processing,...

5 months ago | 0

Answered
How to get transfer function from circuit in simulink without exact values
Hi ahmed, To obtain a transfer function from a Simulink model, follow these summarized steps: Design your system in Simulink a...

5 months ago | 1

Answered
How to use geoplot not to show right bottom annotation?
Hi Devendra, You cannot delete that text box. You can refer to this MATLAB answer link for more details: https://in.mathworks...

5 months ago | 0

Answered
Is Antenna Toolbox able to simulate radiation pattern of installed antenna cases where the platform is made of dielectrics and metals?
Hi Mumin, MATLAB's Antenna Toolbox can simulate the radiation pattern of antennas installed on platforms made of both dielectri...

5 months ago | 0

Answered
addlistener vs. listener
Hi Andre, The distinction between MATLAB's "listener" and "addlistener" functions lies in their use cases related to the lifecy...

5 months ago | 0

Answered
Adding Callback to stackedplot
Hi Maximilian, I guess one straightforward way to achieve this is by adding a UI control (e.g., a button) to your figure that, ...

5 months ago | 0

Answered
How to remove red from the image
Hi Divya, To remove red spots from an image in MATLAB without affecting a red background, follow these steps: Load your image ...

5 months ago | 0

Answered
Simulink-Unity-ROS for robot simulation
Hi Rajkumar, Integrating MATLAB/Simulink, Unity, and ROS2 for a high-fidelity robot simulator involves several key steps: Use ...

5 months ago | 0

| accepted

Answered
Can I import noise while designing something like a power plant motor or pipe and simulating it in Matlab&Simulink?
Hi, Creating a simulator for power plant components like motors and pipes and analyzing sound data in MATLAB is feasible and su...

6 months ago | 1

Answered
Reconstruction of an object using Fringe Images
Hi Kavin, To reconstruct a step-like object from interferometric data, follow these summarized steps: Use Fourier transform me...

6 months ago | 0

Answered
Execute two lines simultaneously
Hi Zoe, To run electrical stimulation and data recording simultaneously in MATLAB, you can use the "parfeval" function from the...

6 months ago | 1

Answered
Effectiveness of implicit and explicit parallelization of fft2
Hi Matt, The observed discrepancy in multithreading efficiency when using MATLAB's "parfor" for FFT operations on images, achie...

6 months ago | 0

Answered
Increase plot speed in MATLAB
Hi Quist, To increase the plot speed in MATLAB, especially for real-time updates like in your animation, consider the following...

6 months ago | 0

Answered
Is it possible to utilize the sound recorded on 'matlab mobile' during simulink real time simulation?
Hi myeongsuk, Implementing Active Noise Control (ANC) for a mobile phone's location using Simulink involves several key steps a...

6 months ago | 1

| accepted

Answered
Trigger DMM-4080 with DAQ-6723 using PXI-chassis backplane
Hi Damien, Triggering a NI PXIe-4080 DMM with a NI PXI-6723 DAQ card via the PXI chassis backplane is not straightforward due t...

6 months ago | 0

Answered
"Could not find version 7.17 of the MCR" error while running Matlab2013b with DKE, even after downloading Compiler 7.17 and 8.2
Hi Cristina, To fix the "Could not find version 7.17 of the MCR" error when running DKE with MATLAB 2013b, follow these steps: ...

6 months ago | 0

Answered
Efficient Neighbor Search Considering Motion
Hi Ephraim, To improve computational efficiency in analyzing molecular simulations for determining bonded atoms, you can utiliz...

6 months ago | 0

Load more