Sampath Rachumallu
Followers: 0 Following: 0
Statistiques
RANG
2 575
of 295 527
RÉPUTATION
23
CONTRIBUTIONS
12 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
9
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Remove line present under column names in table
Hi all, I have added some tables in word document using report generator 'Document' Class. However I am getting some lines(unde...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Feasibility of using Xbox controller without simulink
Hi all i need the use the xbox controller in matlab to control different motors.I have browsed for resources but all the provide...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Detect multiple mouse input using Rawinput API in Matlab
Hello all, I am currently working on an application that requires two mice to control two motors in Matlab. I did some research ...
plus de 4 ans il y a | 1 réponse | 0
0
réponseCan't convert RGB image to grayscale with button in app designer
You are directly calling uiaxes handle but not the child that has the image object. To access the image displayed in uiaxes Tr...
plus de 4 ans il y a | 0
| A accepté
Question
Mask Password with asterisk in edit field used in app designer
Hello all, I have created a basic gui in app designer for user login.It has username selection as dropdown and password as edit ...
plus de 4 ans il y a | 5 réponses | 2
5
réponsesGUI with no 'close' and 'minimize' buttons
You can check the below link. https://www.mathworks.com/matlabcentral/answers/480169-how-to-catch-when-a-figure-was-minimized?...
plus de 4 ans il y a | 1
Question
Hide minimize and close button of GUI developed using app designer
Hello all, I am currently developing an application using appdesigner. I want to hide the minimise and close button('x' mark) w...
plus de 4 ans il y a | 1 réponse | 1
0
réponseQuestion
Shift in trajectory of data points plotted after using imshow and hold on
Hello all I have encountered a weird problem today. The Final trajectory of the static points plotted after using imshow,hold on...
plus de 4 ans il y a | 1 réponse | 0
0
réponseapp designer mouse events (position and clicks) on axes component
Create a function called 'mouseMove' inside app in your case. Refer https://www.mathworks.com/help/matlab/creating_guis/code-an...
plus de 4 ans il y a | 0
Error, matrix dimension must agree
Here Vp ,Vs are of class 'char' and cannot be divided. So you have to convert them to integer format for division.Try a = str2...
plus de 4 ans il y a | 1
| A accepté
Trouble drawingpolyline in appdesigner
I think drawpolyline functionality for uiaxes has been recently added (r2020a). I am using r2019a and i got following.error: Fu...
plus de 4 ans il y a | 1
access data from one app in another app in appdesigner
Found the solution. Pasting it here for reference. In app designer we can acess an app data using 'app' handle. In the above cas...
plus de 4 ans il y a | 3
Question
Write Video in DICOM format
Hello all, I am trying to Write a Video in DICOM Format using MATLAB. I have observed that VideoWriter function will support onl...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Mouse callbacks not working for uifigure in 2017b version
I wanted to use some of the mouse callbacks like "windowbuttonmotion" fn for uifigure.I have gone through the documentation and ...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
access data from one app in another app in appdesigner
I want to access value of string entered in editbox of app1 in app2.This is the code i have written %app1 code %in a button_pr...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Will my App Designer app be compatible in previous and future releases?
I have several scripts that I am thinking about converting into App Designer Apps. I know that R2018a introduced a change where ...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
msgbox is not displaying the string entered in body
I am using msgbox function in Matlab to display a message. %This is the code i have written msgbox('I am the title','I am the ...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Confusion regarding uiswitch function in matlab GUI?
I have just started working on MATLAB GUI using GUIDE.I need a switch in my gui.I have figure named 'settings'. when i entered ...
plus de 5 ans il y a | 1 réponse | 0