HOW to write cos^2(t) in matlap
306 views (last 30 days)
Show older comments
HOW to write cos^2(t) in matlap
2 Comments
Accepted Answer
madhan ravi
on 18 Jun 2020
Edited: madhan ravi
on 18 Jun 2020
t = 0:pi:2*pi;
cos(t).^2 % basic question , start with MATLAB Onramp course
0 Comments
More Answers (0)
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!