Yuli Hartini
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
280 759
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
Feeds
Question
Closest number problem in m-file
I need more help.. I have script looks like this A = [2 5 9 15]; f = input('Enter input : '); [val, idx]=sort(abs(f-...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
remove error message in command window
How to remove error message in command window matlab if we don't want the message to appear? Is this possible? note: I'm u...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Set numbers behind the comma in text edit view on gui matlab?
Im trying to display some output value from my calculations to an edit text box in my GUI window. I want to set 4 numbers behi...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to call the text edit value on a gui to run in another gui?
I have two GUI, just say it loks like calculator.. The first GUI's use to input the number and the second GUI showing the answe...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
unchecked checkbox when another checkbox was checking
I have four checkbox using GUI, and I want to force a checkbox to be unchecked based on checking another checkbox. So, when the ...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to get only one checkbox that can be checked
I use some checkbox in gui (checkbox A, B, C). How to get only one checkbox that can be checked. If I check the checkbox B, then...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find the second closest number?
I have a matrix looks like this: A = [1990;1993;1998;2001;2004 ] And I would like to find the closest value to f=1999 (in...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to finding the second closest number in matrix?
I have a matrix looks like this: A = [1990;1993;1998;2001;2004 ] and I would like to find the closest value to f=1999 (in...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to add row values in matrix using a loop?
I have matrix A A = [ 1 1 2 0.1; 2 2 3 0.02; 3 3 4 0.05; 4 4 5 0.3; 5 2 6 0.5; 6 2 7...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I create a matrix such as a matrix L of the data matrix M as shown below..?
I have matrix M below M = [1 2 0.2 2 3 0.4 3 4 0.22 4 5 0.1 5 6 0.5] How do I create a matrix such as a matr...
presque 8 ans il y a | 1 réponse | 0