Statistica
All
                
                
              RANK
3.696
                          
                          
of 300.381
                        
REPUTAZIONE
14
                           
                        
CONTRIBUTI
                          0 Domande
                          3 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            0.00%
                        
VOTI RICEVUTI
7
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
Function that squares each elemnt of a matrix
a=[1 2; 3 4] squa1=a^2 squa2=a.^2 squa1 = 7 10 15 22 squa2 = 1 4 9 16 so, for t...
    
  
Function that squares each elemnt of a matrix
a=[1 2; 3 4] squa1=a^2 squa2=a.^2 squa1 = 7 10 15 22 squa2 = 1 4 9 16 so, for t...
circa 4 anni fa | 0
Risposto
add data points to a graph
folowing is an example where i have highlited a point with red airstrike function m = plot_cos(y, t) plot(t,y,'b--') hold o...
    
  
add data points to a graph
folowing is an example where i have highlited a point with red airstrike function m = plot_cos(y, t) plot(t,y,'b--') hold o...
circa 4 anni fa | 1
Risposto
How to use the constant e?
e=exp then use bracket i.e. e^5=exp(5) in matlab
    
  
How to use the constant e?
e=exp then use bracket i.e. e^5=exp(5) in matlab
circa 4 anni fa | 6



