Community Profile

photo

Harshavardhan K


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to solve a linear equation in a for loop?
The code given below is inside a for loop with the conrol variable i. Also, above this segment I have generated the values of F2...

6 years ago | 2 answers | 0

2

answers

Question


I am trying to solve an implicit equation. But it seems that I am having a problem with the fzero function because it keeps showing the output values around 1. The code is given below.
CL = 0:0.5:8; for i=1:1:17 fcn = @(CR) sind(CL(i)).^2 + sind(CR).^2 - ((0.5)*(sind(2*CL(i)))*(sind(2*CR))) - (2*...

6 years ago | 3 answers | 0

3

answers