Vidip Jain
MathWorks
Followers: 0 Following: 0
I am an intern in Engineering Development Group at MathWorks. I have a passion for MathWorks products and tooling, and programming, architecture and software. My personal interest includes football, music and movies. Disclaimer: All opinions I express on this forum are my own, and not representative of MathWorks.
Programming Languages:
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Feeds
답변 있음
Hyperlink embedded functions while script is running
I understand you want to create a simple MATLAB script that allows the user to click on text in the command window, rather than ...
Hyperlink embedded functions while script is running
I understand you want to create a simple MATLAB script that allows the user to click on text in the command window, rather than ...
대략 1년 전 | 0
답변 있음
Real Time Breathing Data Analysis
I understand you want to use machine learning to detect if a person is awake or asleep by analysing real time breathing recordin...
Real Time Breathing Data Analysis
I understand you want to use machine learning to detect if a person is awake or asleep by analysing real time breathing recordin...
대략 1년 전 | 0
답변 있음
Kalman Filter to solve time-dependent problem in time-series
I understand that the seasonal signal in your time series is inconsistent and is making the seasonal that used to be a signal be...
Kalman Filter to solve time-dependent problem in time-series
I understand that the seasonal signal in your time series is inconsistent and is making the seasonal that used to be a signal be...
대략 1년 전 | 0
답변 있음
function [MOVINGREG] = registerImages(MOVING,FIXED,initTform) related question
I understand you want to know about the ‘initTform’ parameter in the ‘registerImages()’ function. It is used to specify the ini...
function [MOVINGREG] = registerImages(MOVING,FIXED,initTform) related question
I understand you want to know about the ‘initTform’ parameter in the ‘registerImages()’ function. It is used to specify the ini...
대략 1년 전 | 0
답변 있음
Custom context menu in the current folder to open .mat file using a script
I understand you want to create a custom context menu in the current folder such that you can select the .mat file and have the ...
Custom context menu in the current folder to open .mat file using a script
I understand you want to create a custom context menu in the current folder such that you can select the .mat file and have the ...
대략 1년 전 | 0
답변 있음
Problem running symbolic toolbox in a loop
I understand you are using symbolic toolbox for some mathematical computation in a for loop and the program is taking too long t...
Problem running symbolic toolbox in a loop
I understand you are using symbolic toolbox for some mathematical computation in a for loop and the program is taking too long t...
대략 1년 전 | 0
답변 있음
Acquisition stereo video sequence with 2 webcam
I understand you want to record a stereo video sequence for disparity map calculation, but you are not able to record the video ...
Acquisition stereo video sequence with 2 webcam
I understand you want to record a stereo video sequence for disparity map calculation, but you are not able to record the video ...
대략 1년 전 | 0
답변 있음
Function to find peak coordinates for a seed region in individual zmap
I understand you want to create a function in MATLAB to find the peak coordinates in a zmap within a region and use it as a seed...
Function to find peak coordinates for a seed region in individual zmap
I understand you want to create a function in MATLAB to find the peak coordinates in a zmap within a region and use it as a seed...
대략 1년 전 | 0
답변 있음
Sequence to sequence classsification
I understand that you want to use only one signal as input to a sequence-to-sequence learning model for classification. Yes, it...
Sequence to sequence classsification
I understand that you want to use only one signal as input to a sequence-to-sequence learning model for classification. Yes, it...
대략 1년 전 | 0
답변 있음
Extracting the data using indices
I understand that you want to extract data by using provided indices. There are a few ways to extract data from a MATLAB traini...
Extracting the data using indices
I understand that you want to extract data by using provided indices. There are a few ways to extract data from a MATLAB traini...
대략 1년 전 | 0
답변 있음
Shorten working time to 'from video device'
I understand you want to shorten the working time for ‘from video device’ block. The block sample rate is a parameter that can ...
Shorten working time to 'from video device'
I understand you want to shorten the working time for ‘from video device’ block. The block sample rate is a parameter that can ...
대략 1년 전 | 0
답변 있음
Private key password for sftp object?
I understand you want to use a private key with a password for SFTP authentication in MATLAB 2021, you can use the following ste...
Private key password for sftp object?
I understand you want to use a private key with a password for SFTP authentication in MATLAB 2021, you can use the following ste...
대략 1년 전 | 0
답변 있음
expand the ICP (Iterative Closest Point) code
I understand you want to plot 3D overlay graphs for the SimpleICP code and want to know that is it possible to import 3D images ...
expand the ICP (Iterative Closest Point) code
I understand you want to plot 3D overlay graphs for the SimpleICP code and want to know that is it possible to import 3D images ...
대략 1년 전 | 0
답변 있음
Transfer camera pose from blender to matlab
I understand you are using MATLAB vision toolbox and the output of blender is used as input for your MATLAB code. To transform t...
Transfer camera pose from blender to matlab
I understand you are using MATLAB vision toolbox and the output of blender is used as input for your MATLAB code. To transform t...
대략 1년 전 | 0
답변 있음
Is there any effective preserve edges Image Decomposition Technique?
I understand you want to perform Image decomposition on an image to split it into base and detail layer and at the same time pre...
Is there any effective preserve edges Image Decomposition Technique?
I understand you want to perform Image decomposition on an image to split it into base and detail layer and at the same time pre...
대략 1년 전 | 0
답변 있음
making a label/category atlas of overlapping component images
I understand you are trying to create an atlas image from several different images that record occupancy of objects in a 3d spac...
making a label/category atlas of overlapping component images
I understand you are trying to create an atlas image from several different images that record occupancy of objects in a 3d spac...
대략 1년 전 | 0
답변 있음
How are camera calibration extrinsic parameters' errors computed?
I understand that you want to know about how the standard errors for camera calibration are computed. The standard errors (or s...
How are camera calibration extrinsic parameters' errors computed?
I understand that you want to know about how the standard errors for camera calibration are computed. The standard errors (or s...
대략 1년 전 | 0
답변 있음
HD5 Library Error
I understand that you're encountering an error while using hdf5lib2 in the context of running ultrasound simulations using k-Wav...
HD5 Library Error
I understand that you're encountering an error while using hdf5lib2 in the context of running ultrasound simulations using k-Wav...
대략 1년 전 | 0
답변 있음
creating function that input a colored image
I understand that you want to know how to create a function whose input is a coloured image (a 3-dimensional tensor of type uint...
creating function that input a colored image
I understand that you want to know how to create a function whose input is a coloured image (a 3-dimensional tensor of type uint...
대략 1년 전 | 0
답변 있음
Can a simulink model or referenced subsystem be run in accelerator mode while the whole system runs in normal mode?
I understand that you want to run a referenced model, subsystem reference or even a variant subsystem in accelerator mode but ru...
Can a simulink model or referenced subsystem be run in accelerator mode while the whole system runs in normal mode?
I understand that you want to run a referenced model, subsystem reference or even a variant subsystem in accelerator mode but ru...
대략 1년 전 | 0
답변 있음
Can a Simscape Physical Signal be made discrete
I understand that you are trying to reference a Simscape model within a ‘for’ iterator subsystem and to do this the simscape mod...
Can a Simscape Physical Signal be made discrete
I understand that you are trying to reference a Simscape model within a ‘for’ iterator subsystem and to do this the simscape mod...
대략 1년 전 | 0
답변 있음
Serialize continuous column vector signal to scalar
I understand that you want to feed a continuous input vector with nx1 dimensions into a Simulink/Simscape network that expects a...
Serialize continuous column vector signal to scalar
I understand that you want to feed a continuous input vector with nx1 dimensions into a Simulink/Simscape network that expects a...
대략 1년 전 | 0
답변 있음
Can HHT handle complex signal?
Hilbert-Huang Transform (HHT) is a data analysis technique that is particularly useful for analysing non-stationary and nonlinea...
Can HHT handle complex signal?
Hilbert-Huang Transform (HHT) is a data analysis technique that is particularly useful for analysing non-stationary and nonlinea...
대략 1년 전 | 0
| 수락됨
답변 있음
using slamMapBuilder with LidarScan data not giving expected results
I understand that while using the app, its assuming the ego moving and creating an unexpected map. The behaviour you're describ...
using slamMapBuilder with LidarScan data not giving expected results
I understand that while using the app, its assuming the ego moving and creating an unexpected map. The behaviour you're describ...
대략 1년 전 | 0
답변 있음
Why doesn't Simulink receive data from a remote ROS Master eventhough Matlab does?
I understand that you've successfully established communication between your MATLAB environment and the ROS network. Since the i...
Why doesn't Simulink receive data from a remote ROS Master eventhough Matlab does?
I understand that you've successfully established communication between your MATLAB environment and the ROS network. Since the i...
대략 1년 전 | 0
답변 있음
referenced subsystem signal handling
I understand that you have to deconstruct the whole bus and reconstruct it again whenever information is passed into the referen...
referenced subsystem signal handling
I understand that you have to deconstruct the whole bus and reconstruct it again whenever information is passed into the referen...
대략 1년 전 | 0
답변 있음
Is there any way to apply static and dynamic friction to passive revolute joint in simscape multibody?
I understand you want to apply the Coulomb and Viscous Friction to a passive revolute joint. Passive joints rely on external fo...
Is there any way to apply static and dynamic friction to passive revolute joint in simscape multibody?
I understand you want to apply the Coulomb and Viscous Friction to a passive revolute joint. Passive joints rely on external fo...
대략 1년 전 | 0
답변 있음
How to introduce a functional call as very first or very last statement in AUTOSAR model
I understand that you want to introduce a Client/Server Operation call as very first and very last statement via priority settin...
How to introduce a functional call as very first or very last statement in AUTOSAR model
I understand that you want to introduce a Client/Server Operation call as very first and very last statement via priority settin...
대략 1년 전 | 0
답변 있음
Simscape model in a triggered subsystem
I understand that you are facing issue while controlling the execution of a Simscape model using a Triggered Subsystem, but as y...
Simscape model in a triggered subsystem
I understand that you are facing issue while controlling the execution of a Simscape model using a Triggered Subsystem, but as y...
대략 1년 전 | 0
답변 있음
How do I sync two live video inputs?
I understand you have two live video streams coming into MATLAB and want to take snapshots, which must be from the same moment i...
How do I sync two live video inputs?
I understand you have two live video streams coming into MATLAB and want to take snapshots, which must be from the same moment i...
대략 1년 전 | 0