photo

jeff wu


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

14 질문
6 답변

순위
17,170
of 300,338

평판
2

참여
14 질문
6 답변

답변 채택
50.0%

획득한 표
2

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

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'))

13년 초과 전 | 0

질문


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 ...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
change GUI result automatically
i wast finischt there actually, ..., 'Callback',@myfunction); then you write somewhere else the function: function myf...

13년 초과 전 | 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...

13년 초과 전 | 0

답변 있음
Memory Pre allocation, Dataset Array
NewArray = zeros(size(Oldarray))

13년 초과 전 | 0

질문


still not getting the oop concept... please help
i got the following code: classdef node properties x; y; bearing=0; end % p...

13년 초과 전 | 답변 수: 1 | 2

1

답변

답변 있음
Plotting 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'} ...

13년 초과 전 | 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...

13년 초과 전 | 0

질문


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...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


callback within the class?
hi, i got the following class: classdef form<handle properties type = 'square' b ...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


using self created class in gui
hi, im trying to understand the the oop concept in matlab. i got some classes classdef myclass ... end ...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

13년 초과 전 | 답변 수: 2 | 0

2

답변