Statistica
                        MATLAB Answers
                        
                    0 Domande
                        1 Risposta
RANK
19.857
                          
                          
of 300.381
                        
REPUTAZIONE
2
                           
                        
CONTRIBUTI
                          0 Domande
                          1 Risposta
ACCETTAZIONE DELLE RISPOSTE 
                            0.00%
                        
VOTI RICEVUTI
1
RANK
of 168.477
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
Feeds
Risposto
How to plot real and complex parts of a function in 3d?
clear [x,y] = meshgrid(-10: 0.5: 10); s = x + 1i*y; G = abs(((s+2) ./ ((s.^2) + 6.*s + 18))); figure; surf(x,y,G)
    
  
How to plot real and complex parts of a function in 3d?
clear [x,y] = meshgrid(-10: 0.5: 10); s = x + 1i*y; G = abs(((s+2) ./ ((s.^2) + 6.*s + 18))); figure; surf(x,y,G)
quasi 4 anni fa | 1
