photo

ritika malik


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

1 Pregunta
1 Respuesta

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
156.742
of 301.298

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.225

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
124.439
of 173.851

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • First Review
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

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

más de 6 años hace | 0

Resuelto


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

alrededor de 7 años hace