Community Profile

photo

Jennifer Garrison


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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);...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 3 个回答 | 1

3

个回答