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,239
of 300,863

評判
0

コントリビューション
8 質問
3 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
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

回答