Community Profile

photo

Vinayak Choyyan

Last seen: 1 dag ago Active since 2022

I am an Engineer at MathWorks. My major responsibilities are "Deep Learning and Self Driving Vehicles" at MathWorks DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Statistics

All
  • Knowledgeable Level 3
  • Solver
  • First Answer

View badges

Content Feed

View by

Answered
How to provide input without datastore to multiple input deep neural network?
Hi Shilpa, As per my understanding, you are trying to input video data into a multi-input model. Please try to use ‘sequenceIn...

ongeveer 2 maanden ago | 0

| accepted

Answered
Can't find main.c file when using SIMULINK code generation
Hi Rahul, As per my understanding, you are trying to generate C code using Simulink Coder and wish to know why the main file is...

ongeveer 2 maanden ago | 0

Answered
How to calculate an average value in a matrix with respect to timestamps
Hi Eivind, As per my understanding, you would like to sum ‘S1C’ data after grouping it by time. Please check out the below ex...

ongeveer 2 maanden ago | 1

| accepted

Answered
MATLAB engine for python - How to build graph with weights
Hi Amit, As per my understanding, you are trying to use the ‘graph()’ function when you are facing an issue with assignment of ...

ongeveer 2 maanden ago | 0

Answered
Remove graph label in geoplot
Hi Nur Zawani Rosli, As per my understanding, you are using ‘geoplot’ to fill in on of the subplots and would like to remove th...

ongeveer 2 maanden ago | 0

| accepted

Answered
Unable to find response variable in the workspace
Hi Krati, As per my understanding, you are facing an error message “Unable to find response variable in the dataset” when tryin...

ongeveer 2 maanden ago | 0

Answered
Removing white axes border around image GUI
Hi Mikolaj, As per my understanding, you are using ‘uiimage’ of MATLAB App Designer and facing an issue with a white background...

ongeveer 2 maanden ago | 0

Answered
Error using the classify() function with a 3D implementation of ResNet50
Hi Matthew, As per my understanding, you are facing an issue when using functions like ‘classify()’, ‘predict()’ and ‘activatio...

ongeveer 2 maanden ago | 1

| accepted

Answered
how to create groundtruth.mat file for yolov3 detection?
Hi Hrishi, As per my understanding, you are referring to this https://www.mathworks.com/help/vision/ug/object-detection-using-y...

ongeveer 2 maanden ago | 0

Answered
Using CSV in Flight Log Analyzer
Hi Luke, As per my understanding, you would like to use a .csv file with the Flight Log Analyzer app in MATLAB. Unfortunately,...

ongeveer 2 maanden ago | 0

Answered
Why does my serial communication with Arduino is not working ?
Hi Hugo, As per my understanding, you are facing issues when trying to communicate with your Arduino Uno over serial comm. I un...

ongeveer 2 maanden ago | 0

Answered
how to connect new network to existing model
Hi Shilpa Sonawane, As per my understanding, you are facing an issue when trying to combine 3 deep neural networks. From the c...

ongeveer 2 maanden ago | 0

| accepted

Answered
Problem in communicating MATLAB with Simulink via UDP communication..
Hi JAIN VIRAG, As per my understanding, you are getting an error message related to input mismatch when trying to use ‘udpport’...

ongeveer 2 maanden ago | 0

Answered
Get access to all buttongroups in my app
Hi Henk-Jan Ramaker, As per my understanding, you are trying to reset some radio button groups. You would like to do this progr...

ongeveer 2 maanden ago | 0

| accepted

Answered
how to get masks from the .mat file
Dear merzouk, As per my understanding, you have used the Image Labeler app in MATLAB to label some images and exported the resu...

ongeveer 2 maanden ago | 0

| accepted

Answered
CDF values are on a scale of 0 to 1, how to scale?
Hello Macy, As per my understanding, you are looking for the X axis values corresponding to Y axis values in ‘cdfplot’. You ca...

4 maanden ago | 0

Answered
LSTM network error: Predictors and responses must have the same number of observations.
Hello hoaradam0207, As per my understanding, you are trying to train a neural network model and have 2 times series as input. I...

4 maanden ago | 0

Answered
Error on Multiple feature Input layers
Hello Chih, As per my understanding, you have designed a neural network with 4 ‘featureInputLayer’. As dummy data, you are prov...

4 maanden ago | 0

Answered
How can make dynamic obstacles in map
Hello mohammed alany, As per my understanding, you have a 2D path for a robot. You would like to have N number of obstacles tha...

4 maanden ago | 0

| accepted

Answered
How to Generate Database from Cell array In Table form in MATLAB
Hello Hammad, As per my understanding, you have a mat file with a variable Database. You would like to parse the data and get i...

4 maanden ago | 0

Answered
how can I handel imbalanced datset of images folders to apply for traning?
Hello hume, As per my understanding, you have an imbalanced data set with two classes, and you would like to balance it. There ...

4 maanden ago | 0

Solved


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

4 maanden ago

Answered
imageDataAugmenter saving images separately
Hello Engineer Undergoing, As per my understanding, you would like to perform some augmentation on some images and save the aug...

4 maanden ago | 0

Answered
Installing Update R2022b Update 4 does not work
Hello diwi, As per my understanding, you are looking to update from MATLAB R2022b Update3 to MATLAB R2022b Update4. MATLAB R20...

4 maanden ago | 2

| accepted

Answered
Create 3D heatmap from 3D node coordinates and Pressure Values
Hello Ali, As per my understanding, you have n points in the 3D coordinate space and corresponding values of pressure. You woul...

4 maanden ago | 0

Answered
How to create a heatmap which would represent superimposed rectangles of different dimensions?
Hello Wax, As per my understanding, you would like to add a colorbar to your plot. Your plot consists of seven superimposed rec...

4 maanden ago | 0

Answered
Transform a workspace variable into single .mat files
Hi Jonas, As per my understanding, you have a cell array, trimmed_raw_data_together, and you would like to store each element o...

4 maanden ago | 0

Answered
How can I calculate mean of elements in a column of a cell array?
Hi Behrooz, As per my understanding, you have a cell array, stations2, with 10 rows and 20 columns. You would like to find the ...

4 maanden ago | 0

Answered
plotting 2 different graphs
Hello Karelle, As per my understanding, you have two matrices, say A and B, of the same size. You would like to plot just one (...

4 maanden ago | 0

Answered
concatenationLayer and convolutional layer
Hi abdu, As per my understanding, you would like to use the ‘concatenationLayer()’ function to concatenate the output of two co...

4 maanden ago | 1

| accepted

Load more