
Lorcan O'Connor
Statistics
4 Questions
0 Answers
RANK
74,695
of 260,333
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 17,894
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111,810
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
Content Feed
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 ...
10 months 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:...
11 months 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...
1 year 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...
1 year ago | 2 answers | 0