Statistics
5 Questions
0 Answers
RANK
180,388
of 295,689
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
11 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 3 answers | 0