photo

mauede


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
36,757
of 300,081

声誉
1

贡献数
5 个提问
1 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

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

3

个回答