Shrediquette / PIVlab

Particle Image Velocimetry for Matlab, official repository
https://shrediquette.github.io/PIVlab/
MIT License
140 stars 34 forks source link

Better visualize output vector in different colors #75

Closed ruinianxu closed 2 years ago

ruinianxu commented 2 years ago

Hey,

This is a great toolbox and I really appreciate your work. If we want to differentiate in and out vectors with different colors, any suggestions which function we should look into? Many thanks!

Shrediquette commented 2 years ago

Hi, in PIVlabgui.m go to the function sliderdisp, and then modify the lines that contain quiver

I thin there is a good submission on file exchange for colored vectors.

ruinianxu commented 2 years ago

@Shrediquette Got it. Thank you so much for your help!