Community Profile

photo

Mauricio


Last seen: 11 months ago Active since 2014

Followers: 0   Following: 0

Message

Professor Civil Engineering

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 0

Question


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

9 years ago | 2 answers | 0

2

answers