photo

Abhishek


Last seen: 9 days 前 自 2025 起处于活动状态

Followers: 1   Following: 0

统计学

All
MATLAB Answers

0 个提问
42 个回答

Cody

0 个问题
1 个答案

排名
1,978
of 299,984

声誉
32

贡献数
0 个提问
42 个回答

回答接受率
0.00%

收到投票数
7

排名
 of 20,857

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
134,211
of 166,841

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Submission
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已回答
SPI Loopback in Simulink with STM32 Nucleo
Hello @Amir, I understand that you are facing an issue with reading data from STM32 microcontroller. There could be multiple re...

21 days 前 | 1

| 已接受

已回答
How can I add bicycle assets to RoadRunner and make them work in a Carla simulation?
Hi @遼, I understand the issue you are facing with adding Bicycle assets into RoadRunner. This is a common issue when exportin...

22 days 前 | 1

已回答
EKS Deployment of Matlab Online Server does not properly bind EFS PVC
Hello @Shane, I understand the issue you are facing with EFS persistent volume mounting in MATLAB Online Server (MOS) on EKS. ...

24 days 前 | 0

已回答
Multiplying complex vector with its complex conjugate results in complex vector
Hello @DdeR, The output is complex because the input vector “idmLSD_LT” contains NaN values. Any calculation involving a compl...

25 days 前 | 0

| 已接受

已回答
How to send data from an RFSoC device to the Host PC?
Hi @Sergei You can capture the "AXI4-Stream" data to a file on your host PC using Simulink's "External" Mode. Here's the dire...

25 days 前 | 0

已回答
What is wrong in my code?
Hi @riki singh I understand you're encountering an error when attempting to visualize a 2D complex-valued matrix using `imagesc...

1 month 前 | 0

已回答
how can we debug parfor loop
Hi @Mallikarjun Bangi, While working with 'parfor' loop, the best way to debug is to implement and test the loop logic first wi...

3 months 前 | 0

已回答
how i use slider rang in GUI?
Hi @yasmeen hadadd In your code, you are using the 'ValueChangingFcn' callback but accessing the slider value using 'app.Selec...

3 months 前 | 0

已回答
Exit Debugger when Debugger gets stuck in a loop
Hi @Cg Gc ‘dbquit’ or ‘dbquit all’ will allow you to exit the debugger mode. But even after that, if you are not able to exit t...

3 months 前 | 1

已回答
How to properly combine heat map over an image using coordinates from an excel file
Hi @Justine, I understand you are aiming to overlay a heatmap of gaze coordinates over an image. When dealing with heatmaps on ...

3 months 前 | 0

已回答
Question about Parfor-loop
Hi @Mar, You can definitely speed up your nonlinear fitting using 'parfor', and it’s great that you’re exploring parallel compu...

3 months 前 | 0

已回答
UseParalle in Particleswarm doesn't star
Hi @Marta, I understand that your Abaqus-based simulation still runs sequentially, even after setting the ‘UseParallel’ to ‘tru...

3 months 前 | 0

已回答
Report Generator: Adding images
Hi @Nicola Stefania, As far as I know, Simulink does not support embedding external image files (such as PNG or JPEG) directly ...

3 months 前 | 0

| 已接受

已回答
Efficiency of TypedArray.getProperty()
Hi @System Admin This is a known performance characteristic of the MATLAB C++ Data API when working with arrays of ‘matlab::dat...

3 months 前 | 0

已回答
THD of the output voltage
Hi @ASIF ALI, The message "Selected signal. FFT window not shown (invalid settings)" typically appears when the configuration ...

3 months 前 | 0

已回答
how to support tf library by matlab using matlab block
Hi @Abdull walii, The error you are encountering arises because the ‘tf’ class is not supported for code generation inside a MA...

3 months 前 | 0

已回答
Beamforming at the Transmitter
Hi @Jayanth Shenoy, To implement a narrowband phase shift beamformer on a transmit uniform linear array (ULA), the key idea is ...

3 months 前 | 0

已回答
Error in phased.ULA pattern visualization
Hi @andres, The error occurs because the 'pattern' function does not internally apply 'steering' unless you provide explicit st...

3 months 前 | 0

已回答
3D rough terrain generation with Matlab
Hi @ARIFF HAIKAL To create a 3D rough terrain in MATLAB, you can start by generating a grid using ‘meshgrid’ and then apply ran...

3 months 前 | 0

已回答
How to change the dashboard x axis
Hi @Ajay Krishna Vasanthakumar I understand that you are trying to configure the Dashboard Scope block in Simulink such that th...

3 months 前 | 0

已回答
Attaching Audio to an .mp4 file
Hi @Matthew Gehr I understand that you are trying to insert a sound burst into the audio of an ‘.mp4’ video file and then re-at...

3 months 前 | 0

已回答
Fit of multiple data sets with error
Hi @Daniele Sonaglioni, I understand that you are trying to fit a known analytical function to three datasets, each correspondi...

4 months 前 | 0

已回答
plot 2D-function: x and y Range
Hi @SA-W, Since you are looking to plot the two variables using the ‘surf’ command, I suggest you mask the values first, then ...

4 months 前 | 0

已回答
Surf plot Mesh Plot
Hi @Anshul Jain It is my understanding that you want to generate a 3D surface plot from independently obtained variables ‘P’, ...

4 months 前 | 0

已回答
user to name and save text file
Hi @caroline bourn, To prompt the user to save a MATLAB table as a ‘.txt’ file with a custom filename using a dialog box, you ...

4 months 前 | 0

已回答
polar plot and surface plot in dB scale
Hi @Kiran Nadeem, To correctly plot the planar array factor in both polar and surface plots in dB scale, please take the follow...

4 months 前 | 0

已回答
Make a cylinder with an elliptical base or translate an area
Hi @Matteo Novello, To complete the figure and plot the upper base of the elliptical cylinder, a simple way is to reuse the sa...

4 months 前 | 2

已回答
error Can't reload 'D:\MATLAB​\R2015b\bi​n\win64\sltemplate.d​ll
Hi @Nardine Nassif, The error that you are seeing typically occurs when MATLAB cannot load one or more native libraries due to ...

4 months 前 | 0

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 months 前

已回答
Matlab coder "All inputs must be constant"
Hi @itai, The error you’re seeing— “All inputs must be constant” — occurs because, in code generation with MATLAB Coder, certa...

5 months 前 | 0

加载更多