Sie verfolgen jetzt diese Frage
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
loop through a matrix and display the number of elements until the same value occcurs based on two columns of the matrix
Akzeptierte Antwort
38 Kommentare
- We define the anonymous function idStrike for identifying/following a given strike based on an initial row ID.
- The initial idea was to use ISMEMBER for testing if time is the starting time minus a multiple of 1/366, but this couldn't work because differences are not exactly multiples of 1/366.
- We use BSXFUN to return an array of differences between all times and the initial time minus all relevant multiples of 1/366. Testing if the absolute value of differences is below a certain threshold identifies entries that are close to the initial time minus multiples of 1/366.
- idStrike returns a vector of logicals identifying rows that have at the same time the same strike as the initial one, and a time that matches the test described above with BSXFUN.
- The vector of logicals returned by idStrike can be used for indexing data and extracting all relevant entries for a given initial row.
Weitere Antworten (1)
4 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Es ist ein Fehler aufgetreten
Da Änderungen an der Seite vorgenommen wurden, kann diese Aktion nicht abgeschlossen werden. Laden Sie die Seite neu, um sie im aktualisierten Zustand anzuzeigen.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.
Amerika
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
Asien-Pazifik
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)