photo

ritika malik


Last seen: plus de 3 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

1 Question
1 Réponse

Cody

0 Problèmes
1 Solution

RANG
154 157
of 301 229

RÉPUTATION
0

CONTRIBUTIONS
1 Question
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 201

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
124 266
of 173 547

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • First Review
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Manual 2D fft
I want to do 2D FFT manually, but the result is different fro what we get from MATLAB buit in function. Here is my code I have u...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to set a specific distance between new point and previous calculated points?
r = zeros(25,1); c= 20; theta = zeros(25,1); for i = 1:25 r(i) = c*sqrt(i); theta(i) = i*137.508; end theta = deg2rad...

plus de 6 ans il y a | 0

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 7 ans il y a