photo

Tilkesh


Last seen: 6 mesi fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Tilkesh Professional Interests: Optics

Statistica

MATLAB Answers

1 Domanda
2 Risposte

RANK
209.188
of 298.387

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.577

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 161.033

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

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

circa 3 anni fa | 0

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

circa 3 anni fa | 0

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta