photo

Amit Dhakite

MathWorks

Last seen: 3 mois il y a Actif depuis 2023

Followers: 1   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.

Statistiques

MATLAB Answers

0 Questions
53 Réponses

RANG
1 916
of 300 302

RÉPUTATION
34

CONTRIBUTIONS
0 Questions
53 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
5

RANG
 of 20 911

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 167 999

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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,...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 2

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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. ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Charger plus