photo

Fabian


Imperial College

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
276,445
of 300,527

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

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


Integrating over integral error "A and B must be floating point scalars."
I have the following problem. I want to integrate over func2 while func2 itself is an integral over func1. The problem is that t...

12 years ago | 1 answer | 0

1

answer

Question


Matlab turns scalar parameter into array when numerically integrating
When I numerically integrate a function, for example: function [ y ] = funci(x) z = [1 ; 2 ; x]; A = diag(z); ... end ...

12 years ago | 1 answer | 0

1

answer

Answered
"Not enough input arguments" error when integrating a function
thank you, it works now I have another question: I run a script which defines a bunch of variables which are visible in the...

12 years ago | 0

Question


"Not enough input arguments" error when integrating a function
Hi guys, I am trying to numerically integrate a function and keep receiving the error "Not enough input arguments." My cod...

12 years ago | 2 answers | 0

2

answers