Statistica
RANK
5.542
of 295.569
REPUTAZIONE
8
CONTRIBUTI
1 Domanda
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
2
RANK
of 154.105
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
getting function as an argument of function
hi, i am writing a matlab script that take function f which is a function of x and y and evaluate function f for some values of...
circa 13 anni fa | 1 risposta | 0
1
rispostaRisposto
viewing spectrum of an audio signal in matlab
you should first read the audio signal using wavread() function. as a result of reading, the signal will be vectorized. after th...
viewing spectrum of an audio signal in matlab
you should first read the audio signal using wavread() function. as a result of reading, the signal will be vectorized. after th...
circa 13 anni fa | 2
Risposto
How to plot a graph for three variables?
My solution is using both left and right of x axis to plot y axises. To do it, you should use plotyy() function, Here is an exam...
How to plot a graph for three variables?
My solution is using both left and right of x axis to plot y axises. To do it, you should use plotyy() function, Here is an exam...
circa 13 anni fa | 0
Risposto
How to convert axis graphs in Matlab
I think the solution could be adding 500 to every element in x vector and adding 222 to every element in y vector.
How to convert axis graphs in Matlab
I think the solution could be adding 500 to every element in x vector and adding 222 to every element in y vector.
circa 13 anni fa | 0
| accettato
Risposto
How to mark one specific point when plotting
As I understood you should 'hold on' the plot and plot the colored,squared point on it. The modified code is as follows; x = ...
How to mark one specific point when plotting
As I understood you should 'hold on' the plot and plot the colored,squared point on it. The modified code is as follows; x = ...
circa 13 anni fa | 0