Jennifer Garrison
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
30,338
of 295,467
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
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
Multiplying a function stored in a function handle by a constant
fBasis = { @(x)sin(x) , @(x)sin(2*x) , @(x)sin(3*x) } p = [2, 0, 0.5] end code Your function would return the handle to a fun...
5 years ago | 1 answer | 0
1
answerQuestion
BLAS Loading Error?
I have successfuly ran this code in the past: a=2.42; v1= [-a/2; -sqrt(3)*a/2]; v2= [a; 0]; [x,y] = meshgrid(-15:15,-15:15);...
5 years ago | 1 answer | 0
1
answerQuestion
Plotting a 2D crystal lattice from two primitive lattice vectors
I am trying generate a plot of a crystal lattice based on two prmitive lattice vectors: v1= -0.5i + -sqrt(3)/2j v2= 1i where ...
5 years ago | 3 answers | 1