photo

Ana Gonçalves


Last seen: 12 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB

Statistiques

MATLAB Answers

3 Questions
3 Réponses

RANG
207 791
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Convert single to double
I have 1x18007 single, and it has a certain range (which is not the real range), and I need to convert it to double, to get the ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to replace a for loop with a nested if-else condition, to get more velocity
I have a huge vector, and time does matter to my application. I'd like to know how to gain velocity in a code simillar to the sh...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Selecting data inside a defined area (Automated Driving)
This is not a question (not anymore), I've just solve this issue and I'd like to share my solution with the comunity , in case s...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
get(x,y) coordinates from rectangle function in matlab
To get the coordinates, just follow the index of the array: r = rectangle('Position',[20 -3 10 10]); r.Position(1) % x value ...

plus de 3 ans il y a | 0

Réponse apportée
How to zoom in/out on the figures in app designer
Make sure to check if the 'PickableParts' and 'HitTest' are set like in this picture. This solved my problem, hope that it sol...

plus de 3 ans il y a | 0

Réponse apportée
How to display multiple lines as output from code in edit text field in app designer
l1 = 'my text'; l2 = 'some text' result = sprintf([l1 '\n' l2])

plus de 3 ans il y a | 0