photo

Tilkesh


Last seen: 6 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Tilkesh Professional Interests: Optics

Statistiques

MATLAB Answers

1 Question
2 Réponses

RANG
111 774
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
1 Question
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

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 Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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;...

plus de 3 ans il y a | 0

Réponse apportée
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;...

plus de 3 ans il y a | 0

Question


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

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

1

réponse