photo

Ali Isik


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
4 Answers

RANK
6,001
of 297,503

REPUTATION
8

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 2

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Answered
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 ago | 0