Matlab=>Trignometric equations?

  • Context: MATLAB 
  • Thread starter Thread starter nanunath
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
nanunath
Messages
68
Reaction score
0
Hi..can anyone tell me / give me a link as to how are trigonometric equations solved using MATLAB..I searched the help .. but found none there..
Thanks
 
Physics news on Phys.org
Not sure what you mean by solving trig eqns.

the solve command solves eqns for given arguments. type

Code:
help solve

in the command window for some details and syntax

you can also try

Code:
help tan
help tand 
help sin
help sind
etc. let me know how it goes.
 
Hey thanks dear,
Btw..I google searchd..and found 'fzero' function to be useful for my purpose..my program works fine now..
Bye!