photo

Achchuthan Ganeshanathan


University Of Hertfordshire

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

I am doing my final year project which is create warning systems in the cockpit. Currently I am designing a GUI model which will received an input of speed and the parameters are compared and error messages are displayed with audio.
Professional Interests: Aerosapce, Mathematics

Statistica

MATLAB Answers

8 Domande
3 Risposte

RANK
215.902
of 300.813

REPUTAZIONE
0

CONTRIBUTI
8 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.086

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.169

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


how to call Calling an audio file into an if function!
function ProximityFunction (f) %UNTITLED2 Summary of this function goes here % Detailed explanation goes here if 10...

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


How to retrieve data entered in an edit box
I have an edit box in my GUI. User inputs a number into the editbox and then pushes a pushbutton. when the pushbutton is pressed...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Risposto
Problems with GUI, unable to use handles to store variables
This the error I keep receiving ? ?? Undefined function or variable 'user_entry'. Error in ==> Stallfunction>St...

quasi 13 anni fa | 0

Domanda


Problems with GUI, unable to use handles to store variables
I am creating a GUI where a user inputs a value and when he presses a pushbutton it runs an external function and displays error...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem with GUI when trying to run it
function Speed_Callback(hObject, eventdata, handles) user_entry=str2double(get(hObject,'string')); if isnan(user_entry) ...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


GUI help with inserting variables
I have created a GUI where the user inputs a speed into a 'editbox' which is followed by a 'calculate' pushbutton. the calculate...

quasi 13 anni fa | 0 risposte | 0

0

risposte

Risposto
Calling a function into a pushbutton in GUI
% --- Executes on button press in Calculate. function Calculate_Callback(hObject, eventdata, handles) % hObject handl...

quasi 13 anni fa | 0

Domanda


Calling a function into a pushbutton in GUI
I have a button in my GUI which should run a function when pressed.I have made the function externally and I want it call it in ...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


problem with entering variables in a function
function [ output_args ] = Newfunction( h ) %UNTITLED Summary of this function goes here % Detailed explanation go...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Risposto
How to create pop out warning messages?
function [ output_args ] = Newfunction( h ) %UNTITLED Summary of this function goes here % Detailed explanation goes h...

quasi 13 anni fa | 0

Domanda


How to create pop out warning messages?
I am trying to create a function that will display messages by comparing a certain input. How can I display messages at each sta...

quasi 13 anni fa | 3 risposte | 0

3

risposte