Statistiques
All
                
                
              RANG
8 234
                          
                          
of 300 381
                        
RÉPUTATION
6
                           
                        
CONTRIBUTIONS
                          0 Questions
                          3 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            0.00%
                        
VOTES REÇUS
1
RANG
 of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Réponse apportée
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument
    
  
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument
plus de 11 ans il y a | 1
Réponse apportée
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...
    
  
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...
plus de 11 ans il y a | 0
| A accepté
Réponse apportée
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...
    
  
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...
plus de 11 ans il y a | 0


