photo

Amit Dhakite

MathWorks

Last seen: 20 días hace Con actividad desde 2023

Followers: 0   Following: 0

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.

Estadística

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

10 meses hace | 0

Respondida
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...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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,...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 2

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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. ...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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 ...

más de 1 año hace | 0

| aceptada

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Cargar más