photo

Kayn


Univ of East Anglia

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plotting 3 variables of a single function
Is it possible to plot three variables x,y and z of a single function f? i.e. f = x^2 + y^2 + z^2, for example? I'd want t...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Error using * Inner matrix dimensions must agree. HELP
Hi, kRba = linspace(1,10); kRcb = linspace(1,10); kRca = (kRba + kRcb); I need kRca to vary as kRba and kRcb vari...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Z must be size 2x2 or greater. HELP
A real amateur here so any real help would be appreciated. I keep getting that error code for this script kRx = linspace(0,1...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Error using .* Matrix dimensions must agree. HELP
Hi all, when I run this script kR = 0:1:12; phi = 0:pi/4:pi/2; zeta = pi/2; pre = cos(kR .* sin(phi) .* cos(ze...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Error using cos Not enough input arguments. HELP
Hi all, Can anyone help me with this problem - Error using cos Not enough input arguments. x=0:0.25:5.*pi; y=0:0.25:2.*pi; [...

11 years 前 | 3 个回答 | 0

3

个回答