issue with sequaring sec of matrix
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all
Please I need help with an issue of secuaring every sec(Phi)which i need in a part of my code
Phi=0:(2*pi)/360:(340*pi)/180;
ff=sec(Phi).^2
the resulted matrix has all its elements zeros that multiplied in e+33
your help is higly appreciated
2 Commenti
Walter Roberson
il 18 Nov 2013
Your code would probably be clearer if you used linspace() instead of an increment.
Are you trying to work in degrees or radians? What is your maximum value in radians ?
Risposte (1)
Walter Roberson
il 18 Nov 2013
At the command prompt give the command
format long g
and then have another look at the values in ff.
0 Commenti
Vedere anche
Categorie
Scopri di più su Spline Postprocessing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!