Find all y values for single x in polyshape plot
Ältere Kommentare anzeigen
I whould like to somehow get all y values that correspond to a given x.
pgon = polyshape([0 0 1 1],[1 0 0 1])
plot(pgon)

Expected functionality:
y = findYbyX(pgon, 0.2);
Output:
y = [0, 1]
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Elementary Polygons finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!