photo

Rupak Loodh


Last seen: 6 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to Incorporate ARCGIS map in MATLAB?
You can convert ARCGIS map into shape file. Then input these file in matlab as grided format. load('yourmap.mat');

9 mois il y a | 0

Réponse apportée
How to use quiver correctly?
you may use scale: scale_factor = 0.2; quiver(t,t*0,u*scale_factor,v*scale_factor,'AutoScale','off','ShowArrowHead',1); axi...

12 mois il y a | 0