photo

Raúl Ibáñez Couoh


UnADM

Last seen: 11 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
3 个回答

File Exchange

9 文件

Cody

0 个问题
61 个答案

排名
11,765
of 297,503

声誉
4

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
0

排名
6,733 of 20,449

声誉
158

平均
4.70

贡献数
9 文件

下载次数
17

ALL TIME 下载次数
940

排名
7,822
of 159,017

贡献数
0 个问题
61 个答案

评分
790

徽章数量
6

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

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

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

5 years 前 | 0

| 已接受