Statistiques
All
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
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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éponseRé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...
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


