photo

Kiarash Ahi


UConn

Actif depuis 2014

Followers: 0   Following: 0

Message

A Matlab Lover!

Statistiques

All
MATLAB Answers

1 Question
3 Réponses

File Exchange

1 Fichier

RANG
20 120
of 300 364

RÉPUTATION
2

CONTRIBUTIONS
1 Question
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
1

RANG
13 785 of 20 934

RÉPUTATION
20

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
205

RANG

of 168 407

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

  • First Review
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How to give a vector as Sigma to fspecial 'gaussian'
Hi, I need to give a vector to fspecial as the Sigma of a Gaussian. If I want to use a for loop inside another for loops and...

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

1

réponse

Réponse apportée
Gui Screen Shot Button
I put it like this, but did not work, could you please help me: function pushbutton76_Callback(hObject, eventdata, handles) ...

plus de 7 ans il y a | 0

A soumis


pe.m
Extracting points from a curve:This code extract the points from a curve saved in image format.

environ 11 ans il y a | 1 téléchargement |

0.0 / 5

Réponse apportée
compare two matrices
How if I want two compare the two matrices and get only one digit; I mean 1 if both were the same and 0 if at least two element ...

plus de 11 ans il y a | 1

Réponse apportée
how to make zero padding?
Try this as well: function kp=padding(k) [M N]=size(k); for n=1:2:N k(:,n)=0 end end

plus de 11 ans il y a | 0