maia


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
223,199
of 301,273

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,212

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,726

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


can i use quadl like this?for 2 parameter
can i use quadl for blow function f=@(x,y) (a*x+b*y); if i want integrate it due to only x how should i write it? like th...

13 years ago | 0 answers | 0

0

answers

Answered
Trying to do a quad on the positions in a vector
if i write RR = x.^2; RR = @(x)RR q = quadv(RR,0,2) it give me error why? ??? Undefined function or method 'isfinit...

13 years ago | 0