Feeds
질문
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...
대략 14년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
대략 14년 전 | 2
답변 있음
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...
대략 14년 전 | 0
답변 있음
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.
대략 14년 전 | 0
| 수락됨
답변 있음
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 = ...
대략 14년 전 | 0


