photo

Akhilesh Thakur


Last seen: plus de 5 ans il y a Actif depuis 2017

Followers: 0   Following: 0

I am currently studying Master's in Electrical and Computer Engineering and my primary interests are coding in MATLAB.

Statistiques

MATLAB Answers

3 Questions
31 Réponses

RANG
1 945
of 300 343

RÉPUTATION
34

CONTRIBUTIONS
3 Questions
31 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
3

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

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

  • Thankful Level 1
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Inputing value in the push button of my GUI
SO you can built the gui using this method. First you have the methodology ready for DMS2DD running. You can make a GUI that w...

presque 8 ans il y a | 0

| A accepté

Question


Matlab compiler not working- can't read input file.m
Whenever i select the main file, the dependency analyzer runs and it tries to select automatically the files which are dependent...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Is setappdata and getappdata a good replacement of global variables?
I know appdata is generally a wrapper code of set and get. Like set(0,'ApplicationData',t1); and get(0,'ApplicationData');. I ha...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to update mouse position when button is pressed in gui.
Yes this problem happens it wont be updated as you are going through the callbacks of the button. The solution to this problem ...

environ 8 ans il y a | 0

Réponse apportée
How can pause/stop/resume/run Matlab gui code?
function pushbutton1_Callback(hObject, eventdata, handles) set(handles.pushbutton4, 'userdata', 1); This set(handles.pushb...

environ 8 ans il y a | 0

Réponse apportée
how can solve the ratio in matlab
http://www.mathworks.com/matlabcentral/newsreader/view_thread/320259 Are you asking is there any command to solve ratio? Why d...

environ 8 ans il y a | 0

Réponse apportée
Can't save workspace of 3 month calculation - URGENT
Warning: java.awt.Robot[ autoDelay = 0, autoWaitForIdle = false ] is not serializable Error using save Can't write file ...

environ 8 ans il y a | 0

Réponse apportée
How do I Interact with a GUIDE GUI via Command Line?
Hi Tanner, I have been working on same kindoff automation. The thing is you want to do is kick off the GUI and apply all your ...

environ 8 ans il y a | 0

Réponse apportée
Storing a multiple data into table GUI using a pushbutton and a checkbutton
When you are using set(handles.Results_table,'ColumnName',{'CC'}) its storing any data in the same address that is handles.Resul...

environ 8 ans il y a | 0

Réponse apportée
Zynq SDR setup error
I had the same problem before but found out that the RF card was falling out. They have also given : The FMCOMMS RF card tends t...

environ 8 ans il y a | 0

Réponse apportée
In GUI, is there a function where I can initialize variables using handles that I can then pass on to all CreateFcn items?
I guess in createFn the handles are not created. handles empty - handles not created until after all CreateFcns called So ...

environ 8 ans il y a | 0

Réponse apportée
How to automatically pull values from matrix and set as variables
https://stackoverflow.com/questions/14360501/extract-parts-of-a-big-matrix-and-allocate-them-in-new-variables-with-loop-funct ...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
How to Save And Close Excel File using actxserver?
ExObj = actxserver ( 'Excel.Application' ); % Start Excel > ExObj.Visible = 1; % Make it visible > AllBooksObj = ExObj.Wor...

environ 8 ans il y a | 0

Réponse apportée
How do I create executable for a code with multiple GUI
Did you include all the rest of the files of your application. First do a package app and check whether rest of the files of GUI...

environ 8 ans il y a | 0

Réponse apportée
How to import a mass of excel documents into a table
https://www.mathworks.com/matlabcentral/newsreader/view_thread/323999 http://www.mathworks.com/help/releases/R2010b/techdoc/ref...

environ 8 ans il y a | 0

Réponse apportée
C code for DWT function
https://www.mathworks.com/matlabcentral/answers/115097-how-to-apply-dwt-and-inverse-dwt-for-an-image This has the discussion ov...

environ 8 ans il y a | 0

Réponse apportée
Naming data in graphs
Is the first line (I have clicked on it - the blue one) the first input in my plot function, --- Yes. According to whatever way...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Object detection via edge finder or template matching
https://www.mathworks.com/matlabcentral/fileexchange/30921-template-matching https://www.mathworks.com/discovery/edge-detection....

environ 8 ans il y a | 0

Réponse apportée
Guide for edge based template matching
https://www.mathworks.com/matlabcentral/fileexchange/30921-template-matching https://www.mathworks.com/discovery/edge-detection...

environ 8 ans il y a | 0

Question


Matlab Compiler Change from 2013a to 2017a
(MATLAB COMPILER) The version change from 2013a to 2017a results that. the 2013a allows us to create a .exe file which is very s...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Clear handle variables in GUI
When you close it use this delete(hObject); or delete(handles); this should be put at bottom of closerequestfucntion

environ 8 ans il y a | 0

Réponse apportée
GUIDE UI with resize 'on' displays incorrectly
In the guide while creating gui are your panels touching the outside border, if yes this is going to happen. Try to keep panels ...

environ 8 ans il y a | 0

Réponse apportée
when i start matlab_R2017a,it show me a error code:4601.
<https://www.mathworks.com/matlabcentral/answers/92634-why-do-i-get-a-connection-error-when-installing-or-activating-matlab-or-a...

environ 8 ans il y a | 0

Réponse apportée
i get a message saying" An error occurred while MATLAB was trying to connect online license server ..ERROR CODE: 4601 ..please help?
<https://www.mathworks.com/matlabcentral/answers/92634-why-do-i-get-a-connection-error-when-installing-or-activating-matlab-or-a...

environ 8 ans il y a | 0

Réponse apportée
FPGA in loop : verification
You can use FPGA in loop. You just need to set a flag for synchronous communication between you MATLAB module and quartus projec...

environ 8 ans il y a | 0

Réponse apportée
Using a rotary encoder with arduino mega and MATLAB
This feature is introduced in R2017a. Check the version. If you are unable to do that check this link https://www.mathworks.com/...

environ 8 ans il y a | 0

Réponse apportée
Guidata not updating handles in timer stop function
Okay the code I see here, there are possibilities why your handles are not stored. First thing the placement of guidata is fine ...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How do I go about using my MATLAB knowledge and transfer that to real world applications?
So which applications are you focused into?. Yes you can use MATLAB for your desired applications. You can improve your MATLAB k...

environ 8 ans il y a | 0

Réponse apportée
MATLAB pause does not seem to work
The code you wrote is hard to understand. If your file is growing or changing why there is a pause between file1 and file 2. If ...

plus de 8 ans il y a | 0

Réponse apportée
Creating gui for position tracking of multiple objects
GUIDE is basically made for tool based gui The link which you are pointing too is more dynamic. This can be done in MATLAB but t...

plus de 8 ans il y a | 0

| A accepté

Charger plus