Adham Elkhouly - MATLAB Central
photo

Adham Elkhouly


Last seen: 6ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/20 to 04/25Use left and right arrows to move selectionFrom 05/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
2 回答

ランク
121,003
of 297,922

評判
0

コントリビューション
10 質問
2 回答

回答採用率
70.0%

獲得投票数
0

ランク
 of 20,504

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,878

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Creating a Smith Chart with load impedance only
Hello, I'm currently working on generating a Smith chart and utilizing it to determine the reflection coefficient using MATLAB....

1年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Replace all nan values in a UITable with 0
I used app.UITable.Data = fillmissing(app.UITable.Data, 'constant', 0); and all nan values were replaced by zero

2年以上 前 | 0

| 採用済み

質問


Replace all nan values in a UITable with 0
I am trying to replace all nan values in a uitable in MATLAB App designer with zeros. I tried using app.UITable(isnan(app.UITa...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Import multiple functions to Simulink
I would like to import multiple functions that I used in my workspace to simulink via the simin block. Assume the functions ar...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Wait for sound to finish and then execute
I am trying to create a lamp that turns green while the audio is playing and red after the audio is played. I wrote the followin...

4年弱 前 | 2 件の回答 | 0

2

回答

回答済み
MATLAB app designer not playing sounds
For anyone facing a similar issue, I used sound(app.x,app.freq); instead of player = audioplayer(app.x, app.freq); play(p...

4年弱 前 | 0

質問


MATLAB app designer not playing sounds
I am trying to excute the following lines with MATLAB app designer [x, fs] = audioread('wave.wav'); app.freq = 2 * fs; pla...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


how to preform Laplace transform?
for i=late+1:length(x) delayed_signal(i) = x(i)+alpha*x(i-late); end app.y = delayed_signal; app.x_n = x; x...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Integration of a derivative(arc length formula)
while (sz(1)-1 > 0) x = linspace(points(z-1),points(z)); y = X^2+2*z; d...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Using functions in functions
In MATLAB App designer, I am trying to learn how to create a private function and use it in another callback function (let's s...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Change keyboard focus in MATLAB GUI
I am trying to allow the user to press return or space to enter values, so whenever they press these keys, no matter where the c...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I check if a table contains numbers only?
Good evening, I am trying to develop a MATLAB application that adds values to a table by reading them from an excel file, but ...

5年弱 前 | 2 件の回答 | 0

2

回答