photo

Mauricio


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professor Civil Engineering

统计学

MATLAB Answers

3 个提问
1 个回答

排名
264,586
of 297,503

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


"Error using perceptron Too many output arguments. "
I have this simple code copied from matlab: P = [0 2]; T = [0 1]; net = perceptron; net = configure(net,P,T); However, I ge...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Multiple integrals with limits as variables
I have the function f(z,w,l) and I want to obtain a function g(z) by integrating f(z,w, l) as follows: I need to integrate f for...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
function of a variable obtained from integrating a two variable function
Well you are right but I did not expressed myself correctly. The problem is the following: In the code below I have the function...

10 years 前 | 0

提问


function of a variable obtained from integrating a two variable function
I have a function that depends on two variables, say x and y; f(x,y). I want to integrate with respect to x only and get a new f...

10 years 前 | 2 个回答 | 0

2

个回答