Community Profile

photo

Nuno Fernandes


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Struct to matrix
Hello i have something like {'C1' 'C3/A2' 'C4' } and i want to have a=[C1;C3/A2;C4] how can i do this? Thanks

12 years ago | 2 answers | 0

2

answers

Question


put together data of type char
Hello everyone i have this h =C3aaa;A2aaa;C4aaa (one element for each line) [3x5 char] and j=bbbbb;cccccc (one element fo...

12 years ago | 1 answer | 0

1

answer

Question


changes of data
hi everyone i have something like this a=C3;A2/C3;C7;C9;A5/E1 and with this b=regexp(a,';','split') i get this: 'C...

12 years ago | 2 answers | 0

2

answers

Answered
Pass text from an edit text to a lisbox
Just one more question, I want to get the information of the listbox ( command get ( this i know)) but then i want to compare...

13 years ago | 0

Question


Pass text from an edit text to a lisbox
Hello everyone, I have a edit text to write (with a random lenght) : C7-H9 ; HH-PP; ( like this example, every word is separat...

13 years ago | 3 answers | 0

3

answers

Question


problem with variable handles
contents = cellstr(get(hObject,'String')) handles.montage=contents{get(hObject,'Value')} I want to use handles.montage in ot...

13 years ago | 1 answer | 0

1

answer

Question


Multiple choices in a listbox
I want to select multiple elements of a listbox and show them in another one. How can i do this in a simple way? thanks

13 years ago | 2 answers | 0

2

answers