Answered
Zero-crossings of Nyquist Diagram
Hi Leopold, I understand that you need to find the zero-crossings of the imaginary part of the Nyquist diagram. I assume that...

5 years ago | 0

| accepted

Answered
Simulink Simulation will not run simulation
Hi Bradley, This issue might arise when one of the port or a signal has a ‘NaN‘ or an ‘Inf’ as value. You can debug it using St...

5 years ago | 0

Answered
Regarding adding new axis to the array
Hi Aishwarya, In MATLAB, a 1-D vector is a Nx1 vector similarly, any MxN vector, by-itself is a MxNx1 vector. So the ‘cat’ ...

5 years ago | 0

| accepted

Answered
Plot series or even a close approximation
Hi Anirudh, You can use the symbolic math toolbox – besselj function and Symbolic Summation to define you function and plot it...

5 years ago | 0

Answered
How pwelch computes confidence intervals
Hi Stephen, Refer the pwelchfunction documentation for the details.

5 years ago | 0

Answered
Trendline Display and Linear regression
Hi Sandra, Refer to this answers below to enable trendline or fitting lines to a scatter plot from script or command-line. ...

5 years ago | 0

Answered
Dropouts in audioPlayerRecorder audio streaming loop
Hi Stance, As a first step, you can run the Measure Audio Latency example to verify that your audio I/O system is configured...

5 years ago | 0

Answered
Restore Point Fixed-Point Tool
Hi Matteo, Refer Use the Fixed-point tool to Prepare a System for Conversion documentation, this issue can arise when Model ...

5 years ago | 1

Answered
VBA project error and MATLAB path?
Hi Jared, This issue arises if the following DLL files are missing: MSVCP100.DLL MSVCR100.DLL DWMAPI.DLL Make sure that MATLA...

5 years ago | 0

Answered
Setup : FPGA in LOOP
Hi Sankarshan, Refer the Supported Third-Party Tools Hardware and Supported EDA Tools and Hardware documents for more details ...

5 years ago | 0

Answered
dt in hwv class
Hi tiziano, The HullWhite1F class documentation contains all the specifications of the model. Read through the name value pai...

5 years ago | 0

Answered
Is it possible to programmatically enable a data cursor and position the cursors in the dsp.ArrayPlot?
Hi Richard, Currently there is no way to enable data cursor of the dsp.ArrayPlot programmatically. The only way is to enable ...

5 years ago | 0

| accepted

Answered
How to Display certain time period of data
Hi Khalid, I assume that you are using thingSpeakRead function to read data from a ThingSpeak channel. You can use followin...

5 years ago | 0

Answered
The requested array exceeds the preset
Hi, This issue arises due to RAM Limitations. As you have already set the Maximum array size to 100% try running the follow...

5 years ago | 0

Answered
How can I get the word count of each line from an extracted PDF file
Hi Yao, I assume that you have extracted the text from a pdf file which is saved as a string variable. You can convert the st...

5 years ago | 0

Answered
How to import Simulink Simultion Output in Python
Hi Nick, You can try exporting the simulation data from MATLAB to either an MAT-file or a .csv file, which can be imported int...

5 years ago | 0

Answered
ECEF coordinates, ENU distance between to coordinates references and the slant range
Hi Rosendo, Refer the Mapping Toolbox for different functions available for transforming coordinates. Refer 3-D Coordinate a...

5 years ago | 0

Answered
Programmatically enable Generate report automatically after analysis in Simulink configuration parameters for Coverage
Hi Sai, You can enable the Coverage Report generation with the following command, set_param(modelName,'CovHtmlReporting','on...

5 years ago | 0

Answered
How to clear Arduino connection when it is a member of handles in GUI?
Hi Zicong, Try clearing out the Arduino object in the CloseRequestFcn. This callback executes whenever you try to close you...

5 years ago | 0

| accepted

Answered
Writing code for MPPT algorithm to control a synchronous converter
Hi Adam, Refer the MPPT Algorithm documentation for a detailed information and examples. The example and video links can be fou...

5 years ago | 0

Answered
empty sym:0-by-1 error nonlinear equations
Hi Semiha, vpasolve returns zero when the system of equations does not have a solution, refer tips section of vpasolve documen...

5 years ago | 0

Answered
How can I add an echo to an audio file and control the SER (signal to echo ratio) with MATLAB?
Hi Seoungyook, You can adjust the scaling factor (Gain/Attenuation of the reflected signal) of the delayed signal to tune your...

5 years ago | 0

| accepted

Answered
Why is the relationship between Es/N0 and SNR different for complex and real signals
Hi Yaowei, The Symbol rate of a complex input signal is higher when compared to that of a real input signal by a factor of 2. ...

5 years ago | 0

| accepted

Answered
Antenna Center Axis Alignment or Offset
Hi Neev, Instead of a linear array, you can try using the conformalArray. This can be used to adjust the feed location or refer...

5 years ago | 1

Answered
Syms function not supported in Simulink
Hi Katherine, Refer the Code Generation page of the Symbolic Math Toolbox for related Topics and Examples. Also see the Gener...

5 years ago | 0

Answered
Real-Time Workshop problems Matlab 2007b
Hi Jasper, In order to build code for a stateflow chart you will need to have both RTW toolbox as well as Stateflow Coder. T...

5 years ago | 0

Answered
How can I make my wave propagate in my patch?
Hi Pierre, Try using hold to plot on same figure For your issue, the following is an example, clear all % %creation du ...

5 years ago | 0

Answered
Square Wave from a sequence of bits
Hi Nicolo, Setting the time vector accordingly directly gives you a square wave, if you want to visualize it you can us...

5 years ago | 0

Answered
Profiler font size is not available to change.
Hi Kami, This is a known issue which the developers are already aware of . This issue will be fixed it in a future release. ...

5 years ago | 0

| accepted

Answered
Thermal imaging of .tif data
Hi Alaa, Please take a look at the Hyperspectral Image Processing Library of Image Processing toolbox to identify specific fu...

5 years ago | 0

Load more