How to write this iteration code?

3 vues (au cours des 30 derniers jours)
Neilton Felipe Santos
Neilton Felipe Santos le 31 Oct 2020
Réponse apportée : KSSV le 31 Oct 2020
Hi, I'm new using Matlab. I have to programming a code for this interation using data from many .csv archives. I have no idea how to do that :/
the .csv data is in this format: TIME, R, Xl
, Time: 0,03125, R: -0.012374, Xl: -0.027607

Réponses (1)

KSSV
KSSV le 31 Oct 2020
Read about pdist2. You can use this to get whay you want.
P = rand(4,2) ; % random data for demo
iwant = pdist2(P) % the lower/ upper diagonal elements is what you wanted

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by