Yazhisai
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
241.429
of 295.486
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
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
I am getting "Array indices must be positive integers or logical values" error when viewsolid is used. What does this mean and how to solve it?
clc clear all syms x y z vol = int(int(x^2+y^2+1,x,0,sqrt(1+x^2)),y,0,1) viewSolid(z,0+0*x*y, x^2+y,x,0,sqrt(1+x^2),y,0,1); ...
27 dagen ago | 1 answer | 0
1
answerQuestion
My code has an opstruct error. What does it mean and how to solve it?
clc clear all f = @(x, y) exp(-(x.^2 + y.^2)); x_min = 0; x_max = 1; y_min = @(x) 0; y_max = @(x) -sqrt(1 - x.^2); resul...
28 dagen ago | 2 answers | 0