I am not able to see the figure after running the code

10 views (last 30 days)
My entire code is errorless and I have crosschecked many times but I am not able to view the figure. The figure panel is popping up but it does not show the figure . Please help its urgent

Answers (1)

Image Analyst
Image Analyst on 16 May 2021
You never actually call any function that does any plotting. Step into your code with the debugger and you'll see.
You only run "beamsinbending" but that function never calls a single one of your other functions (which have plot() inside them).
  2 Comments
Image Analyst
Image Analyst on 17 May 2021
You put the name of the function on a line of code and your put the arguments (variables) inside parentheses. Read this for more info.

Sign in to comment.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!