Feeds
질문
Rearrange a matrix by the values of the first column
Hello all, I would like to rearrange the matrix according to the values in the first column. the first column represents station...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
plotting topography by using etopo
Hello all, I am plotting cross sectional ocean data and I would like to add topography of the bottom by using etopo data. I have...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
interpolate a matrix to fill NaN values.
13.5047428571429 13.2392558823529 NaN 14.0492333333333 14.8088030303030 14.9159676470588 13.4900666666667 13.2365308823529 NaN ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Monte Carlo Method Fails
I am trying to find the probability of getting a pair when drawing 2 cards from a regular deck that contains 52 cards by using M...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Store Values in Gui
<</matlabcentral/answers/uploaded_files/114930/asd.png>> I want to store X and Y values and make a list of them. How can I do...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Changing Pushbutton BackgroundColor for 0.1 second
I want to change BackgroundColor of pushbutton for just 0.1 second. How Can I do that?
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Removing row of matrix
If I have a matrix, A = [1,2;3,4;5,6;7,8] How can I delete even rows, so I can get A = [1,2;5,6]
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
I want to make a matrix with x,y values from ginput. How can I do it?
[x,y] = ginput to matrix like [x1,y1;x2,y2; and so on
거의 7년 전 | 답변 수: 1 | 0