![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16318175_1569149801767_DEF.jpg)
Adham Elkhouly
Followers: 0 Following: 0
Statistica
RANK
172.054
of 297.016
REPUTAZIONE
0
CONTRIBUTI
10 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
0
RANK
of 157.725
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
Feeds
Domanda
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....
oltre un anno fa | 1 risposta | 0
1
rispostaReplace 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
circa 2 anni fa | 0
| accettato
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 2 risposte | 0
2
risposteMATLAB 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...
quasi 4 anni fa | 0
Domanda
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...
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 5 anni fa | 2 risposte | 0