photo

Achchuthan Ganeshanathan


University Of Hertfordshire

2013년부터 활동

Followers: 0   Following: 0

메시지

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

통계

MATLAB Answers

8 질문
3 답변

순위
123,203
of 300,829

평판
0

참여
8 질문
3 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,210

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

거의 13년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 13년 전 | 0

질문


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...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 13년 전 | 답변 수: 0 | 0

0

답변

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

거의 13년 전 | 0

질문


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 ...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변

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

거의 13년 전 | 0

질문


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...

거의 13년 전 | 답변 수: 3 | 0

3

답변