Ajay Gajulapally
MathWorks
Followers: 0 Following: 0
I am an EDG Engineer at MathWorks. My major responsibilities include Application development and support at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi, Telugu
Statistics
0 Questions
13 Answers
RANK
4,035
of 295,569
REPUTATION
12
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Is there any way to save ANN view to eps in newer releases of MATLAB?
Hi Karol, I understand that you want to export the view(ANN) and save it as a file. But view(ANN) doesnot return any output in...
1 year ago | 0
| accepted
isolating bounding boxes from a video using detector
Hi Shirshak, As per my understanding, you want to isolate the bounding boxes of detected objects in a video frame by frame. Kin...
1 year ago | 0
Datastore in Deep Network Designer
Hi Fernando, Kindly go through the MATLAB documentation to know more about Deep Network Designer App: Get Started with Deep Ne...
1 year ago | 0
| accepted
Plot temperature patterns from NC files
Hello Giulia, Since you are new to MATLAB, refer the following MATLAB Answers to know more on how to load, analyse and plot Net...
1 year ago | 0
Alternative to surfaceMeshShow that shows Face Colors
Hello Yousuf, As of now, there is a limitation to "surfaceMeshShow" function that doesn't display the mesh face colors specifie...
1 year ago | 0
Undefined function 'audioDeviceReader' for input arguments of type 'char'.
Hi Michael, Invalid argument syntax is being used on line 49 Consider changing the lines from audioDeviceReader('SampleRate'...
1 year ago | 0
How do I set the selection color in Matlab 2022b?
Hello Chris Goedde, As of now there isn't a way to change the selection color for text in MATLAB Editor.
2 years ago | 0
Invalid network of Object Detector
A solution to train your detector without adding more number of layers when training second time can be by using "CheckpointPath...
2 years ago | 0
Each time I load my Matlab this message pops up "Caught "std::exception" Exception message is: An error occurred while initializing child process: While attempting to execut'
These can be the possible solutions for the error mentioned above: The issue could have been resolved in the latest release. Tr...
2 years ago | 0
How to handle mupadmex error?
The mupadmex error is caused because of your initial values of a, t0, alpha. Consider Changing those values which resolves you...
2 years ago | 0
Timer deletion Problem while closing an app in app designer
Hello, I understand that you are trying to create an app which invokes a function based on the timer, but the timer object is g...
2 years ago | 0
what is the use of Hilbert function?
In a Hilbert transform, the phase angle of all components of the signal are shifted by 90 degrees. Yes, Hilbert transform can...
2 years ago | 0
How to select camera like drop down button APP designer?
Please Ensure you have the add-on: “MATLAB Support package for USB Webcams" installed before following the procedure. Create a...
2 years ago | 0
| accepted