Community Profile

photo

Amit Dhakite

MathWorks

Last seen: 2 months ago Active since 2023

I am a Winter EDG Intern at Mathworks. My areas of interest are Language of Technical Computing at Mathworks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Programación de botones en App Designer
Hi, I understand that you want to program two buttons in App Designer, such that pressing one button will start clicking pictur...

6 months ago | 0

Answered
How do I replace a button with an icon in App Designer?
Hi Niraj, To use a circular image as a button, and to avoid the outer rectangular covering, you can follow the steps mentioned...

8 months ago | 0

Answered
matlab app designer input time dependent function
Hi Marlon, I understand that you would like to get a time dependent function as an input from the user which needs to be used f...

8 months ago | 0

Answered
How to create image dataset for trainig the neural network?
Hi Aybuke, I understand that you are unable to prepare dataset for image recognition and divide them into training and testing ...

10 months ago | 0

Answered
Want to make label scrollable in MATLAB app designer.
Hi Ravish, "uilabel" are not scrollable, they can only be clipped. If you want vertical scrolling, you can utilize Text Area u...

10 months ago | 0

Answered
extracting data from a file and creating a file.
Hi Yeliz, According to my understanding, you want to read station names and their corresponding times from multiple files. You...

10 months ago | 0

Answered
Fitting some circles to the corner points of an image
Hi Narges, To find out details about the circles from an image, you can consider the following code which detects circles in an...

10 months ago | 0

Answered
Export Simulink model to script that programmatically creates it
Hi Thomas, There is no direct or built-in functionality in Simulink to generate code or script that can regenerate a complete S...

10 months ago | 0

Answered
How do I change the topology of my nodes?
Hi Divya, After analysing your code, I got to know that the "nodePositions" are forming a straight line. If you want to arrang...

10 months ago | 0

Answered
app.UIAxes stuck in Background
Hi @MoSo395, This is a known issue in MATLAB. As a workaround, you can wrap your "uiaxes" with a "uipanel" and it will be visi...

10 months ago | 0

Answered
What does fmincon do, specifically, when scaling the tolerance constraint?
Hi Peter, "fmincon()" is a function in the MATLAB Optimization Toolbox used to optimize constrained nonlinear multivariable f...

10 months ago | 0

Answered
Save function is taking too long and Execution cannot be stopped
Hi Nadav, As per my understanding, you want to save very large variables in a file, but the operation is not completed and take...

10 months ago | 0

Answered
using servo giving error
Hi Md, As per my understanding, you are using "writePosition()" in order to track a red object using a servo motor, but encount...

10 months ago | 0

Answered
will editing a release in github automatically get published in Mathworks file exchange?
Hi Vijay, File Exchange updates automatically when you create a release in your GitHub repository. There is no need to update t...

11 months ago | 0

Answered
i'm unable to download embedded coder support package, it shows the following error:
Hi Akshara, As per my understanding, you are getting an error in installing embedded coder support package. Kindly go throu...

11 months ago | 0

Answered
i am working on image compression and my code gives the error (Dot indexing is not supported for variables of this type). Could anyone help me on the reason why?
Hi Yonta, As per my understanding, you are trying to block process the images using blkproc function. It is not recommended to...

11 months ago | 0

Answered
Clicking App Designer buttons with a separately (non-mouse) controlled cursor?
Hi Thomas, As per my understanding, you want to get hold of “Button_Pushed” events with a non-mouse activator such as a flight ...

11 months ago | 0

Answered
The keyboard shortcut "control+F6" fails to move the focus to the next window.
Hi Victor, I understand that you are trying to shift focus to the Command Window and interact with it by pressing Command + F6,...

11 months ago | 0

| accepted

Answered
Beamforming Optimization for Intelligent Reflecting Surface Assisted MISO: A Deep Transfer Learning Approach
Hi Senghour, As per my understanding, you want to implement the system model, signal model and coding implementation using deep...

12 months ago | 0

Answered
plot two curves different size
Hi Guendouz, In order to draw two different size curves on the same figure, you can use tiledlayout() and then specify two curv...

12 months ago | 2

Answered
Incorrect dimensions for matrix multiplication.
Hi Gisella, As per my understanding, you are getting an error due to incorrect dimensions for matrix multiplication. After che...

12 months ago | 0

Answered
Listen for when uigridlayout finishes resizing children
Hi Thomas, As per my understanding, you want an event once ‘uigridlayout’ has finished automatic resizing of containers. You m...

12 months ago | 0

Answered
Simplify handle function values for export to c++
Hi Mikel, As per my understanding, you want to convert your MATLAB code to C++ code, but the large integer values are not suppo...

12 months ago | 0

Answered
Run matlab function in excel
Hi Joel, As per my understanding, you want to run MATLAB functions inside the excel sheet, without the use of opening MATLAB. ...

12 months ago | 0

Answered
need help with the simmulink blocks
Hi Chukwuebuka, You can generate the required graph as shown by you in the attached image by using two step blocks and a switch...

12 months ago | 0

Answered
Write a Matlab program (function) that can be used to model a throwing motion.
Hi Sasu, As per my understanding, you want to calculate the Kinetic Energy of the ball at the time of departure and also want t...

12 months ago | 0

Answered
Converting 2D Image coordinate to 3D World coordinate
Hi Abhishek, As per my understanding, you have a specific point in a PNG format image and you want to convert it into 3D world ...

12 months ago | 0

| accepted

Answered
Opening a GUI from another GUI with a delay in App Designer
Hi Tania, As per my understanding, you would like to open a second GUI2 from main GUI1, with some x seconds delay. You can use...

12 months ago | 0

Answered
Sending data from App Designer to Simulink Model
Hi Byron, As per my understanding, you want to control your Simulink model and pass data to it from your app designer. Kindly...

1 year ago | 0

Answered
How to check accepted input data types programatically
Hi Bogdan, As per my understanding, you want to get the input data types a Simulink block can take, programmatically. To get t...

1 year ago | 0

Load more