Feeds
質問
FIt ellipse to data in polar coordinates
So I have a set of data basically X=(pi/180).*[0:10:350], aka a full rotation in radians. Next, I have a set of data (36 total p...
14年以上 前 | 1 件の回答 | 0
1
回答質問
Almost done, one bug left!
I've just got one bug left to fix and I can't for the life of me get it, I thought my initial while loop should be accounting fo...
14年以上 前 | 2 件の回答 | 0
2
回答回答済み
Sorting some data
Almost got it... I just need to figure out how to get rid of my error: ??? Attempted to access data(336607,:); index out of...
Sorting some data
Almost got it... I just need to figure out how to get rid of my error: ??? Attempted to access data(336607,:); index out of...
14年以上 前 | 0
質問
Sorting some data
I'm having trouble sorting out some data: 2 % incident# 4 % x (0-15) 59.783 18 % y (1...
14年以上 前 | 3 件の回答 | 0
3
回答回答済み
Question on sorting and appending data
Nevermind, it just needed rearranging and a reset on the ring. ring=zeros((360),(180));image=zeros((360),(180)); ...
Question on sorting and appending data
Nevermind, it just needed rearranging and a reset on the ring. ring=zeros((360),(180));image=zeros((360),(180)); ...
14年以上 前 | 0
質問
Question on sorting and appending data
I'm trying to get the data to sort first by column, 1-360, then by row, 1-74. After it sorts each column, it should return a boo...
14年以上 前 | 1 件の回答 | 0
1
回答質問
Trying to find a histogram half-sum point
I'm trying to find the x coordinate in a histogram that describes the point where the sum of the values is exactly half (basical...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Permutations: {0-7, 8-15, 16-23, 24-31}, neater code?
I have a set of data (note that the second column is dependent on the first column, and I only care about sorting the first colu...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Elegant code: How do I make my if,switch, etc. statements more compact?
Ideally, I want to be able to go past a case 9 up to however many are necessary, but I'd rather not deal with tediously copy&pas...
14年以上 前 | 1 件の回答 | 0
