photo

Rahul


Aktiv seit 2017

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

1 Frage
1 Antwort

RANG
288.841
of 300.352

REPUTATION
0

BEITRÄGE
1 Frage
1 Antwort

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Beantwortet
I need to compare fields in two separate structures, and for the identical field indices, change value of another field within one of the structure. Step 1 is comparing the fields. Is there a simple way to compare them?
Okay, this line worked for finding the indices: [ind, ~]= find(ismember({structure1(:).fieldA}', {structure2(:).fieldB}')

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


I need to compare fields in two separate structures, and for the identical field indices, change value of another field within one of the structure. Step 1 is comparing the fields. Is there a simple way to compare them?
I have two structures with multiple fields. I need to compare field A of Structure 1 with field B in structure 2 and find the in...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort