MATLAB Matlab=>Trignometric equations?

  • Thread starter Thread starter nanunath
  • Start date Start date
AI Thread Summary
Trigonometric equations can be solved in MATLAB using the 'solve' command, which requires specific arguments. Users are encouraged to refer to the help documentation by typing "help solve" in the command window for guidance on syntax and usage. Additional help can be found for specific trigonometric functions like tangent and sine by using commands such as "help tan" and "help sin." One user discovered the 'fzero' function through a Google search, which effectively met their needs for solving trigonometric equations. The discussion highlights the importance of utilizing MATLAB's built-in help resources for problem-solving.
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!
 

Similar threads

Back
Top