core_shell_microgelsmagnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since d299327 was
e262dd6,
checked in by Paul Kienzle <pkienzle@…>, 6 years ago
|
futher cleanup; include Yun's hardsphere and sphere models from matlab
|
-
Property mode set to
100644
|
File size:
127 bytes
|
Rev | Line | |
---|
[e262dd6] | 1 | function data=sphereFormFactor(Q,radius) |
---|
| 2 | |
---|
| 3 | data= ( 3 * (sin(Q*radius) - Q*radius.*cos(Q*radius)) ./ (Q*radius).^3).^2 ; |
---|
| 4 | |
---|
| 5 | return; |
---|
Note: See
TracBrowser
for help on using the repository browser.