photo

Suraj Kumar


Last seen: Today 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to encounter a 1e-7 decimal place error when using single for calculations in Simulink?
Hi @鑫鹏, Based on my understanding, you are facing a precision issue due to a quantization error. To effectively manage this pre...

2 hours 前 | 0

已回答
Dynamic Correction Factor Adjustment in Matlab to Match Slope (Power) in Log-Log Plot
Hi Trung, To dynamically adjust a correction factor and match a specific slope in a log-log plot, you can follow these steps a...

18 days 前 | 0

已回答
Rotation of polar beam pattern using ULA.
Hi Zain, To steer the beam pattern of a Uniform Linear Array (ULA) to 25° and -25°, go through the following steps: 1. Defin...

18 days 前 | 0

已回答
Generation of SPWM waveform with dead-time for a new circuit topology inverter using MATLAB
Hi Silumin, To generate a Sinusoidal Pulse Width Modulation (SPWM) waveform with dead-time for inverter circuit topology, foll...

19 days 前 | 1

| 已接受

已回答
How can I add distance to signals and how can I determine the locations of signals?
Hi Muhammad, To incorporate distance into signals, find their locations and plot the FFT magnitude, you can refer to the follo...

19 days 前 | 0

已回答
draw a geological faults (break down in surface of rock formations
Hi Moustafa, To classify and plot geographical faults using the gradient of inverted depth curves from an Excel file, follow th...

20 days 前 | 0

已回答
combine spectrogram result in one figure
Hi Nirwana, Based on my understanding, you want to combine the spectrogram results of multiple signal files into a single, cont...

21 days 前 | 0

已回答
impulse(c2d(tf([1],[1 0 0]),1),10)与impulse(c2d(tf([1],[1 0 0]),1))的输出结果不同, 在t=1时候前者为0.5而后者为1?为什么?
Hi Qu Tianxiang, From what I gather, you are trying to understand the reasoning behind the difference between the outputs of MA...

21 days 前 | 0

已回答
時間周波数解析 "pspectrum" について
Hi Haru, From what I gather, you want to figure out how the time width of the Kaiser window is determined with the “pspectrum”...

22 days 前 | 0

已回答
How do you define the circular mesh feed point on a cylindrical dipole built from primary shapes?
Hi Barry, From what I gather, you want to set up a circular mesh feed point on a cylindrical dipole antenna constructed from f...

25 days 前 | 0

| 已接受

已回答
Heatmapping using temperature data from drone images/ Imfusing data is altering temperature values
Hi Abdul, I understand the difficulty you are facing with the “imfuse” function since it alters the temperature values by conv...

25 days 前 | 1

| 已接受

已回答
Using FFT Coefficients/Descriptors to reconstruct particle shape
Hi Johnson, As I interpret it, you aim to use Fourier descriptors for reconstructing a particle's boundary. To accomplish this,...

25 days 前 | 0

| 已接受

已回答
矩阵数据画彩色图以及二维拟合问题
Hi feng, From what I gather, your goal is to visualize a large matrix and subsequently execute interpolation fitting at consis...

27 days 前 | 0

已回答
How to find the (p,e,t) matrices for a regular meshgrid mesh ?
Hi hakim, As per my understanding, you are facing issues while creating the matrices for elements and edges. To generate the p...

27 days 前 | 0

已回答
Comment generer une gapped clock avec Simulink
Hi Andrea, Based on my understanding, you want to generate signals similar to a gapped clock i.e. to skip the pulse after a few...

27 days 前 | 0

已回答
App Designer get element in focus
Hi, I understand that you are facing difficulty in getting the handle of the current GUI element which is in focus. As a work...

28 days 前 | 0

已回答
Draw a circle within an irregular polygon using viscircle and MinFeretDiameter
Hi Simeon, To solve the problem of drawing circles that sometimes extend outside the polygons, we can use a modified approach ...

3 months 前 | 0

已回答
How to set PointDataTip properties and set DataTipStyle
Hi Ronald, To display the information of the selected points in a line graph at the bottom right corner and avoid the clutteri...

3 months 前 | 0

已回答
How to create a moving filled-color circle in non-square limits for x and y axes?
Hi AHMAD, To achieve a moving circle filed with colour in non-square limits for x and y axes you can go through the following ...

3 months 前 | 0

已回答
getframe - different output on different computers (using plot)
Hi Johanna, When "defaultFigureVisible" is set to "off", the image maintains the same size on both computers. This is because ...

3 months 前 | 0

已回答
How to loop through a steering angle range given some array geometry and plot each 3D pattern?
Hi Noah, To loop through the azimuth steering angles and plot the 3D pattern for each case we can create a steering vector obj...

3 months 前 | 0

已回答
Find occurrence of a character/number combination input in a Seperate array
Hi Alp, To find the occurrence of a character or number combination input in a separate array, you can follow these steps. 1...

3 months 前 | 0

已回答
How is it possible to use quiver() to scale the complete vector sets with the same factor for different sets of vectors?
Hi Soufyan, To plot multiple sets of vectors using the “quiver” function in MATLAB, with each set of vectors having a differen...

3 months 前 | 0

已回答
Simulink model for Uv lightsource-photodiode response
Hi Ioannis, To create a Simulink model for achieving the functionalities like element-wise multiplication and summation you ca...

3 months 前 | 0

已回答
How can i stop the axtoolbar from hiding?
Hi Matthias, In the "axtoolbar," there isn't a direct method to disable the dynamic hiding feature. However, as a workaround, ...

3 months 前 | 0

已回答
How can I use the Basic Fitting tool to create a trendline on different scatterplots within the same figure?
Hi Chanelle, To add trendlines to multiple plots simultaneously you can use Curve Fitter App using which you can interactively...

5 months 前 | 0

已回答
Include Final Operating Point for a Logged Signal while setting its Sample Time Property
Hi Matthew, There are various ways in which we can include the final operating point in the logged signals, even if it doesn’t...

5 months 前 | 0

已回答
Get the low voltage ride through graphs
Hi Ali, To create a MATLAB function that simulates the LVRT and HVRT curves, you need to first define the voltage profiles ba...

5 months 前 | 0

已回答
How to monitor background queue of App Designer `uifigure` (e.g. its initialisation), which can be waited with `drawnow`?
Hi Tianyu, MATLAB does not offer a direct built-in function to inquire about the "queue state" of a “uifigure”, but as a workar...

5 months 前 | 0

已回答
Disabling transformation in Matlab Procrustes analysis
Hi Grace, In the "procrustes” function, translation cannot be directly disabled using parameters; however, as a workaround yo...

5 months 前 | 0

加载更多