photo

Antonio Hortal


Last seen: 9 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
6 Answers

File Exchange

2 Files

Cody

0 Problems
14 Solutions

RANK
3,130
of 300,392

REPUTATION
18

CONTRIBUTIONS
2 Questions
6 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
14,700 of 20,934

REPUTATION
14

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
73

RANK
28,386
of 168,373

CONTRIBUTIONS
0 Problems
14 Solutions

SCORE
172

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 2
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 2
  • Promoter
  • Solver
  • First Answer

View badges

Feeds

View by

Question


Accessing a property or method when inheriting from RedefinesDot
When inheriting from matlab.mixin.indexing.RedefinesDot, I have noticed that dot-indexed properties do not trigger the dotRefere...

2 years ago | 1 answer | 0

1

answer

Answered
Add a Javascript Widget to an App Designer App
The widgets you mentioned load up their JS code by inserting a <script> tag within their HTML that points to an URL. <script t...

3 years ago | 1

| accepted

Answered
Creating a serialport as public variable
The issue is that your code is trying to validate the properties requiring them to be of the class next to them. When your app i...

4 years ago | 0

Answered
Import Data from html-built UI to Matlab
Hi Jovelyn, I can recommend you to go through this article that explains how the "Data" property in the uihtml component lets yo...

4 years ago | 0

| accepted

Answered
Matlab ignoring uihtml autofocus attribute in 2021b
One thing that you could do is to have an HTML event that requests focus on the input element whenever the startup function of t...

4 years ago | 0

| accepted

Answered
Fixing quirk in uihtml + JavaScript implementation of "command line" with command history
Hi! I am definitely not a JavaScript expert, but I can try to answer :P In your HTML script you are listening for the <input>...

4 years ago | 0

Answered
How to tell how an uieditfield was exited?
I might be wrong, but you could try getting the CurrentKey property of the figure function editFieldValueChangedCallback(src,...

5 years ago | 0

| accepted

Question


ValueChangedFcn on uieditfield (uifigure based app)
Hi everyone I am trying to implement a search bar in a uifigure based app, for which I am using a uieditfield. The behaviour th...

5 years ago | 2 answers | 0

2

answers