photo

Ali Isik


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

1 Question
4 Réponses

RANG
6 061
of 300 365

RÉPUTATION
8

CONTRIBUTIONS
1 Question
4 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
2

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

presque 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 2

Réponse apportée
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...

environ 14 ans il y a | 0

Réponse apportée
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.

environ 14 ans il y a | 0

| A accepté

Réponse apportée
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 = ...

environ 14 ans il y a | 0