Community Profile

photo

Amit Dhakite

MathWorks

Last seen: 3ヶ月 前 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.

統計

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

7ヶ月 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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 ...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

12ヶ月 前 | 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...

12ヶ月 前 | 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...

12ヶ月 前 | 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 ...

12ヶ月 前 | 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,...

12ヶ月 前 | 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...

約1年 前 | 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...

約1年 前 | 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...

約1年 前 | 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...

約1年 前 | 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...

約1年 前 | 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. ...

約1年 前 | 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...

約1年 前 | 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...

約1年 前 | 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 ...

約1年 前 | 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...

約1年 前 | 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年 前 | 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年 前 | 0

さらに読み込む