Feeds
提问
How to slice a sphere using spherical coordinates
I have scored the dose in spherical sectors created by dividing evenly the solid sphere along the radius, the azimuthal and pola...
9 years 前 | 3 个回答 | 1
3
个回答提问
Is there an equivalent command of "imagesc" to slice a sphere ?
If I have a 3D matrix of real numbers representing voxel values in a voxelized box then I can use "imagesc" to slice the box alo...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to generate unimodal random data with Matlab
The data distribution should not be a known one. I am not looking for a MatLab function. I am looking for the technique to g...
10 years 前 | 0 个回答 | 0
0
个回答已回答
chain rule with symbolic functions
I tried Walter's technique. It does not work for me. See the following attempts. Thank you in advance for your help maura.monvi...
chain rule with symbolic functions
I tried Walter's technique. It does not work for me. See the following attempts. Thank you in advance for your help maura.monvi...
10 years 前 | 0
提问
subs does not substitutes in the derivation (maura.monville@gmail.com)
syms s k mu2(s,k) mu3(s,k) Scap(s,k) Scap = mu3/mu2^(3/2); dsScap = diff(Scap,s); dsScap(s, k) = diff(mu3(s, k), ...
10 years 前 | 1 个回答 | 0
1
个回答提问
chain rule with symbolic functions
I define the following symbolic variables: syms s k mu2(s,k) mu3(s,k) mu4(s,k) >> mu2(s, k) = 1 + 6*k^2 - 24*k*s^2 + 25...
10 years 前 | 3 个回答 | 0