Community Profile

photo

Adham Elkhouly


Last seen: 14 días hace Con actividad desde 2020

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


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

6 meses hace | 1 respuesta | 0

1

respuesta

Respondida
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

más de 1 año hace | 0

| aceptada

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

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

casi 3 años hace | 0

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas