how i can plot three vactors(x,y,T) useing contour

1 view (last 30 days)
x = [326.1718 269.6477 311.3458 456.8258 405.8615 336.3647 429.0271 152.8930 274.2808 146.4067 0 58.3773 429.9537 468.8719 652.3436 363.2368 413.2745 373.4296 419.7608 310.4192 455.8992 595.8195 593.9662 166.7924 471.6518 489.2577 276.1341 413.2745 344.7043 487.4044]
y = [12.9727 8.3396 29.6520 56.5241 61.1572 72.2767 96.3689 87.1027 117.6813 138.0670 127.8742 138.0670 141.7735 167.7190 238.1425 239.0691 202.0041 210.3437 219.6100 213.1236 216.8301 346.5575 336.3647 189.9580 181.6184 181.6184 0 101.9287 87.1027 57.4507]
T = [2.1827 0.8458 1.0195 1.8001 1.4075 -0.0726 0.6300 0.3304 -2.2152 -2.7064 -2.4367 -3.8147 -0.1441 -0.8168 1.2714 -3.7875 -1.8142 -3.2250 -2.2965 -3.4940 -2.7865 -3.4576 -2.1539 -4.5357 -0.6888 -0.9438 1.1488 0.0418 -0.7553 2.2012]

Answers (1)

Voss
Voss on 4 Dec 2021
You cannot. contour requires a matrix.

Community Treasure Hunt

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

Start Hunting!