photo

Tilkesh


Last seen: 6 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Tilkesh Professional Interests: Optics

Estadística

MATLAB Answers

1 Pregunta
2 Respuestas

CLASIFICACIÓN
253.208
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
how to make fft of rectangular function?
function y = rect(x, D) % function y = rect(x, D) if nargin == 1, D = 1; x = abs(x); y = double(x<D/2); y(x == D/2) = 0.5;...

más de 3 años hace | 0

Respondida
How do i plot this rect function and unit step function into matlab?
function y = rect(x, D) % function y = rect(x, D) if nargin == 1, D = 1; x = abs(x); y = double(x<D/2); y(x == D/2) = 0.5;...

más de 3 años hace | 0

Pregunta


How can I find intersection of a cylinder and helical isosurface.
[x3, y3,z3] = meshgrid(linspace(-1, 1),linspace(-1, 1),linspace(0, 4*pi)); f1=x3.^2+y3.^2-1; f2=y3-x3.*tan(z3); [x2, y2] = me...

más de 10 años hace | 1 respuesta | 0

1

respuesta