Lorcan O'Connor
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
80,050
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can a MATLAB function edit the input?
In Python, I could define, say, a linked list via the class 'node' with attribute 'next', then define a recursive function def ...
3 years ago | 1 answer | 0
1
answerQuestion
Efficiently inserting an element into an array
I have a 1xn array A and need to insert a number x between the mth and (m+1)th element. I know this can be done by A = [A(1:...
3 years ago | 1 answer | 0
1
answerQuestion
Working with a set of matrices
I want to generate a finite matrix group by starting with the S ={identity} and multiplying by some generators until S no longe...
3 years ago | 1 answer | 0
1
answerQuestion
Filling in a spherical triangle
I have a program that generates and plots the edges of spherical triangles on a unit sphere. How can I fill in the interior of t...
3 years ago | 2 answers | 0