error in disp line
    5 views (last 30 days)
  
       Show older comments
    
the following error appears in the code and it shows a figure with no lines.

2 Comments
  Sulaymon Eshkabilov
      
 on 2 Apr 2021
				Where are your sol variable values? Where and how have you computed them that is not visible from your given screenshot? As is shown here, you have not solved the equations and thus, you've got this error. 
  Walter Roberson
      
      
 on 3 Apr 2021
				It looks to me as if you used to have a call to solve() that is not there any more.
Caution: your Theta is only two values, so each of your plot elements only joins two locations in a straight line. I suspect you are thinking that [0 120] is telling it to calculate for the entire range 0 to 120, but that is not the case in this context: it means only 0 and 120 exactly
Answers (1)
  DGM
      
      
 on 2 Apr 2021
        First off, use the formatting tools available to you to post the actual code.  Do not post pictures of code.  Nobody can run a picture of code.  
What is sol?  How did a0, a1, etc suddenly become elements of sol?  
Perhaps change the line to reflect the variables that exist.
0 Comments
See Also
Categories
				Find more on Entering Commands 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!


