Feeds
질문
after getting the equation for a plane, solving for z
I have three points that I am using to find the normal and then I have another point that I was using symbolically. After the co...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
in a matrix (a val output from sort): sort first column based on whether the numbers in the second column are the same
Here is what I have: [Pos, num] = MyFun(handles); %Pos is a i x 2 (the # of rows changes size every session) (row = ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Splitting a string of numbers and '|'
[EDIT: Tue Jun 21 20:43:11 UTC 2011 - Reformat - MKF] I cant find anything on the help for regexp that gives a way to split up ...
13년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Gui that opens another gui. Need to send variables from one gui to other gui and vice versa
So I actually ended up using 'Buttons'. Its a very useful tool so I thought I'd share. This is good for anyone else trying to ha...
Gui that opens another gui. Need to send variables from one gui to other gui and vice versa
So I actually ended up using 'Buttons'. Its a very useful tool so I thought I'd share. This is good for anyone else trying to ha...
13년 초과 전 | 0
질문
Gui that opens another gui. Need to send variables from one gui to other gui and vice versa
Right now I have a Main Gui and a Sub Gui. I need two variables from the main gui to copy to my sub gui, and two variables from ...
13년 초과 전 | 답변 수: 5 | 1
5
답변질문
GUI--how to program two sliders to be dependent on each other
I have made a gui with two sliders that I need to be dependent on each other. I have an equation that relates them (slider1=slid...
13년 초과 전 | 답변 수: 1 | 1