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 years 前 | 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 years 前 | 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 years 前 | 0
提问
Sorting some data
I'm having trouble sorting out some data: 2 % incident# 4 % x (0-15) 59.783 18 % y (1...
14 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
