Community Profile

photo

Raúl Ibáñez Couoh


UnADM

Last seen: 4 days ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

View by

Answered
volume using double integral
see you later...

4 years ago | 0

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...

4 years 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...

4 years ago | 0

| accepted