Community Profile

photo

Luis Lopez


Last seen: 9 months ago Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How define drop down elements based on previous input in Live Editor?
Hi, I'm working with Live Editor trying to use Drop Down in Control elements. What I want to do is include a defined list of...

2 years ago | 1 answer | 0

1

answer

Question


Floating bar with secondary Axis
Hi, I'm trying to plot floaating bars, with primary aand secondaary X axis, but I'm not sure which is the best option to genera...

5 years ago | 1 answer | 0

1

answer

Question


Saving file issue while trying to add variables
Hi, I was trying to add some variables to an existing .mat file, however the new variables were not added when I run all the sc...

5 years ago | 1 answer | 0

1

answer

Answered
Remove specific characters from cell array
Hi, Both answers work fine for my initial question. Now I'm wondering if you can help me to identify a way to create n varia...

5 years ago | 0

Question


Remove specific characters from cell array
Hi, Maybe exist an easy way to do what I'm looking for. I want to create a new cell array from a current cell array but inclu...

5 years ago | 3 answers | 0

3

answers

Question


Get vector position for specific values
Hi, I have two vectors, one of them has a large data values, the other has some values that I want to find in the first one t...

7 years ago | 2 answers | 0

2

answers

Answered
Vertically concatenate fields in a structure
Solved. for i=1:length(myVars) s.(myVars{1,i}) = vertcat(x.(myVars{1,i})); % read/concatenate end

8 years ago | 1

Question


Vertically concatenate fields in a structure
How can I concatenate every field to get a 1 x 1 structure with the same number of fields in a new structure. I've tried this:...

8 years ago | 1 answer | 0

1

answer

Answered
Create a vector with data from a structure named with the field name
How can I concatenate every field to at the end get a 1 x 1 with same original 15 fields in a new structure? i guess this could ...

8 years ago | 0

Answered
Create a vector with data from a structure named with the field name
Oh, I guess so I have to start working with structures. Thanks for your answer is good to know why must be avoided this kind of ...

8 years ago | 0

Question


Create a vector with data from a structure named with the field name
<</matlabcentral/answers/uploaded_files/49785/Structure.JPG>> Hi, I want to créate a vector, currently I've named manually u...

8 years ago | 2 answers | 0

2

answers

Question


Hist3, height bar depends on a third variable
bars height on hist3 depends on frequency of first and second variable. How can I height of those bars be related to another var...

8 years ago | 1 answer | 0

1

answer

Answered
How can I create a bubble different size plot?
I'll be more specific, I'd two vectors, (same lenght), I want plot first versus second variable but the more repetitive values s...

8 years ago | 0

Question


How can I create a bubble different size plot?
Hi, I have two vectors with too many data (10000 x 1), I want to create a different size bubble plot, I guess I'd to reduce t...

8 years ago | 5 answers | 0

5

answers