photo

Mauricio


Last seen: bijna 2 jaar ago Active since 2014

Followers: 0   Following: 0

Message

Professor Civil Engineering

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
264.539
of 297.457

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

meer dan 4 jaar 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...

meer dan 10 jaar 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...

meer dan 10 jaar 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...

meer dan 10 jaar ago | 2 answers | 0

2

answers