Info

This question is closed. Reopen it to edit or answer.

Roots in a Grid

5 views (last 30 days)
Caito103
Caito103 on 26 Sep 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi! Im trying to print a grid with polunomials values, the first two grids prints well, but the last one where roots give me more than a value, i cant print it on a grid and i cant find how to doi it, any advice?
Cheers!

Answers (1)

Walter Roberson
Walter Roberson on 26 Sep 2015
Inside the loop:
NO3(i,:) = roots(...)
After the loop:
plot(Ph, NO3)

Community Treasure Hunt

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

Start Hunting!