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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 1