source:
sasmodels/explore/beta/sphereFormFactor.m
Last change on this file was e262dd6, checked in by Paul Kienzle <pkienzle@…>, 6 years ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
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.