Community Profile

photo

Raúl Ibáñez Couoh


UnADM

Last seen: 13일 전 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

| 수락됨