Statistik
RANG
17.170
of 295.569
REPUTATION
2
BEITRÄGE
14 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
2
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
I have a button group of 2 radio buttons,edit text box and browse button
try this uicontrol('style','pushbutton',... some other properties @set(handles.edit5,'enable','off'))
mehr als 12 Jahre vor | 0
Frage
verctorize with classes /structs
hi everybody, i wrote myself a program to calculate 2 dimenstional wood structures. since i was pretty new to matlab when ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
en/disable a figure
hy, i got myself a little gui with subfigures ans it would be comforable to lock the main gui figure while a subfigure is still...
mehr als 12 Jahre vor | 2 Antworten | 0
2
Antwortenchange GUI result automatically
i wast finischt there actually, ..., 'Callback',@myfunction); then you write somewhere else the function: function myf...
mehr als 12 Jahre vor | 0
change GUI result automatically
did u make it with guide or did you write the gui? you have do give the element that shall change something a callback functio...
mehr als 12 Jahre vor | 0
Memory Pre allocation, Dataset Array
NewArray = zeros(size(Oldarray))
mehr als 12 Jahre vor | 0
Frage
still not getting the oop concept... please help
i got the following code: classdef node properties x; y; bearing=0; end % p...
mehr als 12 Jahre vor | 1 Antwort | 2
1
AntwortPlotting graphs with different colours for each line
try this for other colors you have to use the rgb code colors = {'red', 'green', 'blue', 'cyan', 'magenta', 'yellow'} ...
mehr als 12 Jahre vor | 0
Best Practices for a fast start up and execution of a MATLAB GUI
hi, i built myself a gui and im quite new to matlab gui but 5 minutes is way to long!!! did u make it with guide or by progra...
mehr als 12 Jahre vor | 0
Frage
determine which function is calling what functions
hi everyone, i wonder if there is any way in matlab to tetermine which function is called by witch. i got allredy 2500 lines...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
set method for class
Hy I got this class, that i use to store some data. i made the festi property dependant but now i realize that i have to call th...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
trying to create objects in a for loop
hi, i get an error but i dont understand why this isnt working liste = [node(1,2)]%;subdiv(xkoord); for i=2:4 liste(i...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
try to manage a dynamic list of classinstances
hi its me again, i figured a lot out already thanks to your help, but there are still some misteries. i got this: classd...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
manage a list of instances of a class
hi everybody, i got some classes and for depending one of antoher or basicly there is one big class that contains the the othe...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
callback within the class?
hi, i got the following class: classdef form<handle properties type = 'square' b ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
using self created class in gui
hi, im trying to understand the the oop concept in matlab. i got some classes classdef myclass ... end ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
geting started with oop
hi everybody, i got a probally simple question but would be gratefull if anyone could help i got the following code (that doe...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab and latex
hi, i wrote myself a little programm that makes me some calculations and then generates a latex script. is it possible to call ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
give the name of the uicontrol thats calling a function as an argument
hi, i got the following code: S.pushbutton1 = uicontrol('Parent',hp,'style','pushbutton',... 'unit','pi...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab guide???
hi everybody, i'm currently developping a small GUI-programm in matlab and i', using the guide. i need a bunch off buttons an...
mehr als 12 Jahre vor | 2 Antworten | 0