Statistics
All
RANK
9 196
of 262 662
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
7 123 of 17 980
REPUTATION
121
AVERAGE RATING
4.70
CONTRIBUTIONS
9 Files
DOWNLOADS
18
ALL TIME DOWNLOADS
572
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Answered
volume using double integral
Hello friend try this: clc,clear syms x y z x_1= sqrt(9-y^2); z= (4-y) y_0=-3; y_1=3; volumen= int(int(z,x,0,x_1),y,y_0,y...
volume using double integral
Hello friend try this: clc,clear syms x y z x_1= sqrt(9-y^2); z= (4-y) y_0=-3; y_1=3; volumen= int(int(z,x,0,x_1),y,y_0,y...
presque 3 ans ago | 0
Answered
how to import matrix using load
You must be create a .mat file in the same diectory as your .m file and use load command to load the Example Matri...
how to import matrix using load
You must be create a .mat file in the same diectory as your .m file and use load command to load the Example Matri...
presque 3 ans ago | 0
| accepted