![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15889045_1564535513461_DEF.jpg)
Juan Ruiz Osorio
Followers: 0 Following: 0
Statistics
RANK
13 568
of 297 016
REPUTATION
3
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
2
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Issue with capturing "tab" key using the available KeyPressFcn callbacks in AppDesigner
I'm working on a GUI using App Designer, and I'm facing difficulties capturing the "tab" key within an editable DropDown list to...
ungefär ett år ago | 0 answers | 0
0
answersQuestion
Ignore uicomponents when pressing the tab key in App Designer
I have an GUI in AppDesigner and I'm using the tab key to jump from one component to other but I need to find a way to ignore so...
mer än ett år ago | 1 answer | 1
1
answerHow to compare two matrix?
I think this works if you want to do a calculation for each member of B. A=[4 5;4 19;5 7;4 5]; B=[4 5]; for i=1:size(B,2) ...
nästan 2 år ago | 1
Question
Add Superscript to word table header using matlab report generator
I'm trying to add a Superscript to word table header using matlab report generator but I'm not getting it. I created this simple...
nästan 2 år ago | 1 answer | 0
1
answerClear button on drop down list
Thanks Adam and Rik for your suggestions. Based on your answers I did the following and I think it works well. I added an "Imag...
ungefär 2 år ago | 0
| accepted
Question
Clear button on drop down list
Hi everyone, I'm looking for a way to activate a "Clear button" for a drop down list in app designer (Similar to the one in the...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
Multiple callbacks to one callback
Hi, everyone, I'm doing an app in the App designer and I got the following problem. I have some components and I need to do som...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Nested for loops without repetition
Hi, I have the following problem. Supose I have shirts of 10 diferent colors , and I need to combine the shirts with a maximum n...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Problem using for loop
Hi, I need to do something like this: a=[1 2 3 4 5 6 7 8 9 10]; for i=1:lenght(a) for ii=i-2:i+2 x=a(ii); ...
ungefär 5 år ago | 2 answers | 0