photo

Vincent I


Last seen: 4년 초과 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

29 질문
12 답변

순위
268,515
of 300,759

평판
0

참여
29 질문
12 답변

답변 채택
62.07%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


find column from list then save cell
Hi, I have two cells: A = {'One','Four','Five'}; B = {'One','Two','Three','Four','Five';1 2 3 4 5;6 7 8 9 10}; Fi...

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

2

답변

답변 있음
Unable to stop Arduino Bluetooth data pulling
Solved the problem by having a pause in the loop while ishandle(g) %Loop when Plot is Active dat = fscanf(s) ...

11년 초과 전 | 0

질문


Unable to stop Arduino Bluetooth data pulling
Hi, I would like to pull information from the arduino through bluetooth and be able to stop the data when a figure is closed. H...

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

1

답변

질문


match a word/letter and add to the string cell - without a for loop
Hi, I would like to check for a letter in a cell string and if it matches the letter I would like to add a word or a sentence t...

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

1

답변

답변 있음
save figure as .mat to a different folder
is there a way to save the figure and the workspace at a predetermined location using the folowing code? fig = handle2struct...

12년 초과 전 | 0

질문


save figure as .mat to a different folder
Hi, I would like to save a figure as a mat file to a different folder other then the current folder. Simpfied code: str = s...

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

2

답변

답변 있음
problem clicking uitable checkbox
found my problem... the table cell selection and edit accessed the same function set(handles.Data_Table,'Data',data_tabl...

12년 초과 전 | 0

질문


problem clicking uitable checkbox
Hi, My goal is to have a button go from off to on, or viceversa, when a checkbox is selected in the table. However for some r...

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

1

답변

질문


ToolTipString not displaying when button is disabled
Hi, I would like to have the ToolTipString display a message at all times when hovering over the button. However when the butto...

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

1

답변

답변 있음
have a figure slide under another
solved it by doing the following: figure1 t=figure2 figure(figure1) for i=1:63 set(t,'Position',[]) end ...

12년 초과 전 | 0

질문


have a figure slide under another
Hi, I would like to have figure2 slide from behind figure 1 when I push a button. Unfortunately I was able to accoplish all tha...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


open/create a figure behind another
Hi, just as the title says, would it be possible? I know I can create/open a figure then focus/select the main figure, but that...

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

1

답변

질문


findobj for multiple 'Tag's
Hi, is there any way I could look for multiple tags like this: findobj(0,'Tag',['Name1','Name2','Name3',etc]) instead of...

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

2

답변

질문


double to string in a cell
Hi, is there an easier way to convert from double to string in a cell? Thank you Left = {num2str(variable1) nu...

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

2

답변

질문


match the first letter in a cell and save
Hi, without using a loop for the cell I would like to the the following: I have a 5x1 cell and I would like to check to see if ...

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

1

답변

질문


access a callback from a different m file
Hi, I have two *.m file and to ease thing up and have less code in one of the m files I was wondering if I could access a callb...

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

0

답변

질문


struct and getfield variable value
Hi, I'm trying to get the value that's in the variable but I can only get to the name of the variable and not the actual value....

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

2

답변

질문


combine two regexprep into one
Hi, I was wondering if I can reduce the two lines of code into one? Thank you selected = regexprep(selected, ' ',' ');...

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

2

답변

질문


saving everything in the workspace
Hi, the save comand only saves the variables, handles, etc. However I need to save everything in the workspace including struct...

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

1

답변

질문


round bkgd text color instead of rectangle
Hi, I have looked through the text properties and I coundn't find anything about having a round background. So, would it be pos...

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

1

답변

질문


stl to g-code
Hi, I would like to build a 3d printer for my senior project design using an ramps 1.4 controlled by matlab. however all the se...

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

1

답변

질문


rectangle to draw a line
Hi, I'm using rectangle to draw a circle then a line in a for loop. However, when I draw the second line, after drawing the cir...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


find multiple words in a cell
Hi, is there a way to compare and return a number for the matching words in two unequal cells? A={'a','a','a','b','b','d'} ...

거의 13년 전 | 답변 수: 4 | 0

4

답변

질문


Listbox words not aligning up after using HTML for changing string color
Hi, I'm having some issues with the text alignment in one of my Listboxes due to using HTML to change the color properties of...

거의 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
plotyy y axes overlap
h = findobj(0,'type','axes','Tag','Top'); delete(h) [ax,hlines(1),hlines(2)]=plotyy([handles.Axes1],x,y{1},x,y{2}); s...

13년 초과 전 | 0

| 수락됨

질문


plotyy y axes overlap
Hi, I have a real time plot and when I try to plot using plotyy the axes overlap and the two plot lines are created slighty to ...

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

2

답변

질문


superimpose two or more plots
Hi, i am able to impose two plots at the moment using the code bellow however when I remove the axis for the second plot the se...

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

0

답변

답변 있음
plot axes on a different figure window
GOT IT set(hObject,'CurrentAxes',handles.Axes1); hold(handles.Axes1,'on'); h_ax = axes('parent',hObject,... 'position'...

13년 초과 전 | 0

| 수락됨

질문


plot and set y color
I'm trying to plot and set the y color in the same time but it doesnt work plot(handles.Axes1,x,y,'Color','r','YColor','r') ...

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

1

답변

질문


plot axes on a different figure window
Hi I have one plot in one figure and 5 plot buttons in other figure. The way the program works is that each time i push a plo...

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

1

답변

더 보기