photo

Jon


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
6 Answers

RANK
4 097
of 300 753

REPUTATION
13

CONTRIBUTIONS
7 Questions
6 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
8

RANK
 of 21 069

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170 798

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Trying to do a quad on the positions in a vector
I try to do it like this: syms x RR = [x.^2 x.^3 x]; q = quad(@(x)RR(1),0,2); disp(q) But when I run it it gives me t...

mer än 14 år ago | 2 answers | 1

2

answers

Answered
How to use trapz and cumtrapz
I edited my question

mer än 14 år ago | 0

Question


How to use trapz and cumtrapz
I'm having problems understanding how to use trapz. Lets say I have this code: quad(@(x)myfun,-2,2) Were myfun is a function...

mer än 14 år ago | 3 answers | 0

3

answers

Question


Problem with integrals
I have a integral that simplified looks like this: quad(@(z) exp(z.^2),-2,x) The problem here is quite obvious. You can'...

mer än 14 år ago | 1 answer | 1

1

answer

Answered
Sending parameters to a function
Oops, I'm new to this site and I will try to be more clear in my questions. Thank you for pointing it out. If I write my functi...

mer än 14 år ago | 0

Question


Sending parameters to a function
I have a function that looks like this: function ci = cifun(y,T,TM,TMO,G2,A,b,x,Epsi,ny,Vc,c2,D2,Q) syms G2;syms T;syms TM...

mer än 14 år ago | 2 answers | 0

2

answers

Answered
Problems with quad
When I do as you wrote: Wi2 = matlabFunction(Wifun, {'y' 'T' 'TM' 'TMO' 'G2' 'A' 'b' 'x' 'Epsi' 'ny'}) fun = @(y) Wi2(y,T,...

mer än 14 år ago | 0

Answered
Problems with quad
When trying matlabfunction() I get another problem. Wi2 = matlabFunction(Wifun) Produces the following: Wi2 = ...

mer än 14 år ago | 0

Question


Problems with quad
I'm trying to get a numerical value from a function using quad. In a separate .m-file I got a function looking like this: fun...

mer än 14 år ago | 3 answers | 0

3

answers

Answered
Matlab gives me a formula when i want a value
What's the difference between subs and eval? And why do you use double and what exactly does double do?

mer än 14 år ago | 3

Question


Matlab gives me a formula when i want a value
I'm trying to get Matlab to show me a value instead of a formula. I use this code: clc; clear; y = 0.000000000258; T =...

mer än 14 år ago | 3 answers | 3

3

answers

Answered
Plotting a complicated funtion
Then I must have gone about the problem the wrong way. I'm trying to plot a variable against another with the help of a series o...

mer än 14 år ago | 0

Question


Plotting a complicated funtion
The task I have to accomplish is to plot this funtion: xi=A*z*exp(-B*(1/C+y^2)-D*y*Z)*integral between -infinity and y of: ex...

mer än 14 år ago | 2 answers | 0

2

answers