photo

Bart


Active since 2011

Followers: 0   Following: 0

Message

Blabla

Statistics

MATLAB Answers

4 Questions
5 Answers

RANK
4.711
of 297.503

REPUTATION
10

CONTRIBUTIONS
4 Questions
5 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
1

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
problem plotting integral function 3D
Does anybody have any idea why the A changes to a sym variable?

ongeveer 13 jaar ago | 0

Answered
combining a graphics
y=f(0:50); g=f(50:100); x1 = 0:50; x2 = 50:100; plot(x1,y); hold all plot(x2,g);

ongeveer 13 jaar ago | 1

Answered
Help on double integral Again
try ./ instead of / and .* instead of *

ongeveer 13 jaar ago | 0

| accepted

Answered
CALCULATION OF MAXIMUM VALUE IN EVERY ROW
try this: suppose the input matrix is A, the output result matrix is B; max = 0; k = 0; l = 0; for i=1:3 for j=1:...

ongeveer 13 jaar ago | 0

| accepted

Question


problem plotting integral function 3D
Hei, I'm trying to take a look at a function that displays the ratios of 2 surfaces of a function. The code is as follows: ...

ongeveer 13 jaar ago | 1 answer | 0

1

answer

Answered
calculating and plotting non continuous function
anybody? :D

ongeveer 13 jaar ago | 0

Question


calculating and plotting non continuous function
Hi, I'm trying to calculate and plot the surface area of what I think is a 3d surface function. The problem that I have is...

ongeveer 13 jaar ago | 3 answers | 0

3

answers

Question


??? Error using ==> double Too many input arguments.
>> syms x t total = 0; totalmax = 0; trest = 0; t2 = 0; ton = 0; h = 0; pulse = 1; totaltime = 1440; ...

ongeveer 13 jaar ago | 2 answers | 0

2

answers

Question


Warning: Explicit solution could not be found.
>> syms x >> total = 0; >> t2 = 0; >> t=0; * >> p = 4.8825*exp(-0.0954*t)+ 12.845*exp(-0.0006211*t);* >> h...

ongeveer 13 jaar ago | 1 answer | 0

1

answer