photo

Ali Isik


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

1 个提问
4 个回答

排名
5,809
of 297,457

声誉
8

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

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

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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.

13 years 前 | 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 = ...

13 years 前 | 0