Statistik
RANG
165.701
of 300.343
REPUTATION
0
BEITRÄGE
10 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
70.0%
ERHALTENE STIMMEN
0
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortReplace 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
fast 3 Jahre vor | 0
| akzeptiert
Frage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenMATLAB 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...
mehr als 4 Jahre vor | 0
Frage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 5 Jahre vor | 2 Antworten | 0
