Morgan Blankenship
Followers: 0 Following: 0
Statistics
All
RANK
190,048
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Getting around &/| operator errors in optimization toolbox
I've got a variable (ER) defined as follows: ER = XO <= -(Lx-wx)/2 & YO <= -(Ly-wy)/2; % Bottom-left feature of unit ce...
3 years ago | 0 answers | 0
0
answersQuestion
For loop optimization in matrix operations
I'm trying to figure out how to optimize 3 nested for loops with matrix operations. The problem boils down to: for ii = 1:1000 ...
4 years ago | 1 answer | 0
1
answerAnswered
Creating a built in function?
So I have combined dpb's and Steven's answers into something that I think will change how I do my work for the better. I have te...
Creating a built in function?
So I have combined dpb's and Steven's answers into something that I think will change how I do my work for the better. I have te...
4 years ago | 0
Question
Creating a built in function?
I'm sure literally everyone who doesn't know a solution to this has done exactly what I'm currently doing... I've got a speci...
4 years ago | 3 answers | 0
3
answersQuestion
How can I pass in variables into fsolve()?
Say I have some matrix 3x3 matrix, A, that is defined as: for ii = 1:length(layers+1) A(ii) = [k0^2*eO(ii)-ky^2-kz^2,k0^2*...
5 years ago | 1 answer | 0