Community Profile

photo

Raúl Ibáñez Couoh


UnADM

Last seen: 5 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • Introduction to MATLAB Master
  • Explorer
  • Knowledgeable Level 1
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver
  • First Answer
  • First Review
  • First Submission

查看徽章

Feeds

排序方式:

已回答
volume using double integral
see you later...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受