Community Profile

photo

Varun

MathWorks

Last seen: 2 months ago Active since 2023

Followers: 0   Following: 0

Hey! I recently joined MathWorks India as an Associate in EDG. Excited to help folks around here! Disclaimer: All views put forth here are my own and are not representative of MathWorks.

Programming Languages:
C++, MATLAB
Spoken Languages:
English, Hindi
Professional Interests:
Simulink

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to animate an ImageSC plot in real-time
Hello, As per my understanding, you have a 26*26 size matrix with velocity data and you wish to plot them using “imagesc”, and...

8 months ago | 0

Answered
Any suggestions to measure the distance between two lines or regions (the dip represents low intensity)
Hello! As per my understanding, you want to measure the distance between two lines that have been plotted in the figure. Ther...

8 months ago | 0

Answered
How to view the title image classification for 3D images?
Hello, I went through the “imshow3D.m” file you had attached and used the example image “brain.nii” from this documentation (ht...

8 months ago | 0

Answered
How can i use RegenSim library in Matlab 2022a
Hello! The “RegenSim” library in Simulink is not a library developed or supported by MathWorks. I understand that the “RegenS...

8 months ago | 0

Answered
Passing values from an array to a function
Hello! The error you got indicates that there may be a problem with the syntax or delimiters in your code. To resolve this err...

8 months ago | 0

Answered
Unable to concatenate the table variables 'Var1' and 'Var2', because their types are double and cell. Index in position 1 exceeds array bounds. Index must not exceed 3.
Hello! I unzipped your files and tried to run the provided code on my end. I observed that the error comes on assigning the va...

8 months ago | 0

Answered
Custom maps e.g. Esri etc. using geobasemap and addCustomBasemap
Hello! I understand that you wish to import custom basemaps to MATLAB Mapping Toolbox. Support for vector basemaps hosted by E...

8 months ago | 1

Answered
How to compute the HRV and peak extraction in ECG?
Hello! I ran your code on my end but without the ‘peak_detection’ method defined in the provided code, I couldn’t figure out ...

8 months ago | 0

Answered
Audio signal Frequency Domain plotting symmetrical
Hello! As per my understanding, you want to produce a symmetrical frequency plot of your audio signal based on the left spectr...

9 months ago | 0

Answered
Can I change the line width of the arrows in quiverm?
Hello! While there is no direct Name-Value argument to set "LineWidth" of the arrows of a "quiverm" plot, here's a workaround t...

12 months ago | 0

| accepted

Answered
How can I set the actual value of the axis dimension?
Hello! While tthe exact dimensions of the plot axes cannot be specificed, you can set up the relative aspect ratio of the axes ...

12 months ago | 0

Answered
How to convert vector to scalar in simulink ??
Hello! I'm unsure about the type of data you're working with but perhaps the Data Conversion Conversion block may help! You may ...

12 months ago | 0

Answered
temp 폴더 용량 확보 가능여부
Hello! Some of the files which you can safely delete to recover disk space are: Files located in the temp directory: You ca...

12 months ago | 0

Answered
Error while concatenating two .stl files
Hello! I tried to run the code on my end and after removing the “clear” statements from Code 2, the code ran perfectly! I am a...

12 months ago | 0

Answered
ライブエディターにおけるショートカットの編集
Hello! I understand that you want a keyboard shortcut for the MATLAB Live editor which makes a new section when you use the “Ru...

12 months ago | 0

Answered
How can I color the external hexagon of each patch when I use "plotsomhits"?
I ran your code snippet for the “iris_dataset” taken from this example: https://www.mathworks.com/help/deeplearning/ref/plotsom...

12 months ago | 0

Answered
Storing function handles and executing them from a cell matrix
From the code snippet attached, I believe that you want to store function handles in a cell array named “FunctionsToCall” and th...

12 months ago | 0

| accepted

Answered
How to transfer a figure with all of its components to a subplot
I understand you are facing issues with the “impixelinfoval” function when calling it for each subplot. I ran the attached code ...

12 months ago | 1

| accepted

Answered
Unbale to run the HighwayLaneFollowing Example correctly.
Hello! The “HighwayLaneFollowingExample” that you’re trying to run needs a GPU to be rendered correctly. I tried to run the ex...

1 year ago | 0

Answered
How to Load NEXRAD_Parameters.mat, NEXRAD_pattern.mat, and NEXRAD_data.mat as used in Main Content Simulating a Polarimetric Radar Return for Weather Observation Example
Hello Ryan, MATLAB ships all the necessary files required to run any example right along with the software. To find the data f...

1 year ago | 0

Answered
Error on openExample('radar/SearchAndTrackSchedulingForMPARExample')
Hello, These errors are already being investigated by our team and will be fixed in the upcoming updates of MATLAB. Meanwhile,...

1 year ago | 1

Answered
how do I extract the graph so that the x-axis becomes a frame
Hello! As per my understanding, you want to put together all the frames generated in the loop side-by-side in the same figure....

1 year ago | 0

Answered
Create a 3d plot, by changing a variable while using linear programming and system optimization.
Hello William! As per my understanding, you want to introduce new variables to your linear programming mechanism and expand i...

1 year ago | 0

Answered
Modifying power Parameters for Wind Farm Simulink Model
Hello, I tired to change the model parameters at my end to change the 9MW farm into a 12MW farm and these are my findings: ...

1 year ago | 0

Answered
LSTM序列到序列的数据格式处理
Hello 正杰 康, I am not exactly sure what kind of data you’re working with, but I found this example which seems to be along the ...

1 year ago | 0

Answered
你好,我想把matlab的三维图形转为glb/gltf格式的3D文件
Hello 永伦 刘, As per my understanding, you are trying to use the GL Transmission Format for MATLAB Version 1.3.0.0 by Rohan Chab...

1 year ago | 0

Answered
Substitute multiple elements of multiple arrays with vectors
Hello! You can use the “subs” function in MATLAB to substitute each of the variables by a vector. For example, for a simple mat...

1 year ago | 0

Answered
is my code correct for this question? Get the Fourier transform of image3 using the fft2() command. If the result does not seem to be interesting, center the spectrum of the r
Hello! As per my understanding, you want to apply the 2D fast Fourier transform using “fft2” on your image and then call the ...

1 year ago | 0

Answered
Matlab code to extract the function name and parameter list from a C function call
Hello! As per my understanding, you want to scan your C header files and you want to extract data regarding the function calls ...

1 year ago | 0

| accepted

Answered
tie the size of the marker (in a 3D plot) to the scale of the axis
Hello! As per my understanding, you want the size of the markers of the plot to be constant with respect to the axis scale so t...

1 year ago | 0

Load more