Community Profile

photo

Yash


Last seen: 1 month ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Importing us map in MATLAB and specifying points based on their latitude and longitude using boardersm function
Hi Mohammad, Here is a code snippet to mark specific locations on the US map based on their latitude and longitude values and c...

1 month ago | 1

| accepted

Answered
Generate repeated sequence block uisng matlab code
Hi Kamal, There are a few issues and improvements in your code to generate repeated sequence block's functionality: The line "...

1 month ago | 0

| accepted

Answered
Need help with using nufftn for images. The arguments and output format are unclear in the documentation.
Hi Saivivek, The MATLAB function "nufftn" returns the N-D discrete fast Fourier transform of N-D array "X" at sample points "t"...

1 month ago | 0

Answered
Measuring data consumption of simulink model
Hi Anton, I am not aware of any direct ways of measuring amount of data being processed since Simulink primarily focuses on sim...

1 month ago | 1

| accepted

Answered
Deep Learning Train Bayesian Neural Network
Hi Joy, I tried reproducing the errors on my end. However, "demo_BNN.mlx" is working fine for me. I created a copy of "TrainBay...

1 month ago | 0

Answered
Where can I find the 'helper' functions required to run the 'Simulate an Automotive 4D Imaging MIMO Radar' example?
Hi Mohammed, You can find the .M files corresponding to the helper functions in the same directory where the .MLX file for the ...

1 month ago | 1

Answered
How can i take screenshot of state flow and paste it in the word document?
Hi Sowmyaa, You can export your Stateflow chart as an image using the code snippet below: open_system("sf_model"); % open your...

1 month ago | 1

Answered
Why does how I initialize my large matrices make such a big difference?
Hi Michael, You have correctly identified that when you assign an array to a second variable MATLAB does not allocate new memor...

1 month ago | 1

Answered
How can I add test description to results/test report in matlab unit test framework?
Hi Javier, As per my knowledge, there isn't a built-in way to include a custom description directly in the table output of the ...

3 months ago | 1

Answered
遇到一个问题,求大佬们帮忙看看怎么回事!非常感谢!!!
Hi 中元, I understand that you have encountered an error of the format Unrecognized function or variable ‹Name›. Please refer to...

3 months ago | 0

Answered
Issue in a single layer multi Tx antennas PUSCH throughput example - 5G toolbox
Hi Hammam Orabi, I understand that you want to simulate the "NR PUSVH Throughput" in this scenario: single PUSCH transmission...

4 months ago | 0

| accepted

Answered
How to perform mixed ANOVA with random effects?
Hi Arthur, To answer your questions, let's analyze the factors at hand: 1) Time: It is a repeated factor (also known as within...

4 months ago | 0

Answered
如何不使用Multimeter模块通过脚本获取Simulink模块内部的测量数据?
Hi 珊, The following commands can be used to automate the processing of logging a signal without using the "Multimeter" block: ...

4 months ago | 0

Answered
Export Model to Simulation App - Parameters Selection
Hi Victor, I understand that you want to export a Simulink model as a Simulation App with only select parameters. As per my k...

4 months ago | 0

| accepted

Answered
Image Compression Algorithm Error
Hi Yigit, I understand that you want to compress all color intensity values in an image according to compression factor "N". Up...

5 months ago | 0

Answered
Correct indices of vertices in face matrix
Hi Frederic, I understand that you want to store the indices efficiently and want to eliminate the "for loop". Here is a way to...

5 months ago | 0

Answered
How to avoid objects from function "arrow3" to be plotted on top?
Hi Orjan, I understand that you want to bring the blue and green marker on top of the red arrows. To do so you must set the “So...

5 months ago | 2

| accepted

Answered
Solving system of differential equations
Hi Shahrzad Daghighi, I understand that you want to solve a system of differential equations with boundary conditions. Please...

6 months ago | 0

Answered
Not able to view legend in Axes handle using report generator toolbox
Hi Jay, I understand that you are unable to view the legend of a figure when it is added to a report generated using the "Rep...

6 months ago | 0

Answered
函数或变量 'poly2str' 无法识别,如何导入poly2str?
Hi Ran, 我会用英语回答 I understand that you want to use "poly2str" function to return polynomial as string. I tried reproducing ...

6 months ago | 0

| accepted

Answered
How to generate dll file from Matlab .m file and Simulink Model to use with PSS/E?
Hi Chandrashekhar P K, I understand that you want to generate DLLs from .m files and Simulink model. Refer here for steps to...

6 months ago | 0

Answered
geodensityplot of CONUS, Alaska, and Hawaii
Hi Daniel Moran, I understand that you want to plot concentrations of metals with latitude and longitude data but only want t...

7 months ago | 0

| accepted

Answered
Trouble running tutorial example Predictive Maintenance in Hydraulic Pump in 2022a
Hi Nena, I understand that you are encountering a "No such file or directory" error while trying to open the project "Tripl...

7 months ago | 0

Answered
How to import the MinMaxScaler created in Python into MATLAB
Hi @Akshay Vivek Panchwagh, I understand that you are unable to rescale the predicted values back to their original domain. I...

7 months ago | 0

Answered
Parameterisation of the non-linear inductor in Matlab/Simulink->Simulation Environment->Electrical->Specialised Energy System
Hi @Rene Schwitte, I understand that you want to parameterize the "Nonlinear Inductor" block and simulate the voltage curve a...

7 months ago | 0

Answered
我在用simulink和carsim联合仿真时报错在时间 0.0,flag = 2 (update) 时执行 MATLAB S-Function 'APF' 时 'ipf/S-Function' 中出错。 Index in position 2 exceeds array bounds. Index must not exceed 1.
您好 @Tao Yang 我将用英语回答。 I understand that you have encountered an array out of bounds error when t=0.0 and flag=2. The error o...

7 months ago | 0

Answered
Simulink for Railway Subtation with ESS
Hi @Maman, I understand that you want to model railway power substation with energy storage system that utilizes train regene...

7 months ago | 0

Answered
cambiare i prodotti scalari in prodotti vettoriali
Ciao @Matilda Saladdino, Risponderò in inglese I understand that you are trying to implement Independent Component Analysis ...

7 months ago | 0

Answered
helperPlotClutterScenario fucntion not given in the simulation
Hi @Berk, I understand that you are working on the MATLAB example demonstrated for "Introduction to Radar Scenario Clutter Si...

7 months ago | 0

Answered
Hi! I need some help. I'm confused as to why this selection mode circuit I modified won't work properly with three inputs.
Hi @Danikha Shyken, I understand that you are trying to analyze why the selection mode circuit isn't functioning properly. As...

7 months ago | 0

| accepted

Load more