Community Profile

photo

Amit Dhakite

MathWorks

Last seen: 2 months 前 自 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.

统计数据

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 2

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

加载更多