photo

Raúl Ibáñez Couoh


UnADM

Last seen: 3 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
volume using double integral
see you later...

fast 5 Jahre vor | 0

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

fast 5 Jahre vor | 0

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

fast 5 Jahre vor | 0

| akzeptiert