photo

Daniel Eidsvåg


University of Stavanger

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Find multiple strings within another string
I am trying to find the indexes in a struct 'data.orig_reg' where the corresponding strings I am trying to find is 'a_13'. The f...

7 years ago | 2 answers | 0

2

answers

Question


How can I remove a value from an array but keeping an empty slot
By running the following code I am able to remove the number '2'. a = [1;2;3]; a(2) = []; a = [1;3]; But I want my...

8 years ago | 1 answer | 1

1

answer

Question


How can I implement different structs in a cell
I am trying to implement multiple structs in a cell array but can't really get my head around it. example: N = 3; si...

8 years ago | 2 answers | 0

2

answers