photo

Jon


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
6 个回答

排名
4,097
of 300,750

声誉
13

贡献数
7 个提问
6 个回答

回答接受率
85.71%

收到投票数
8

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

14 years 前 | 2 个回答 | 1

2

个回答

已回答
How to use trapz and cumtrapz
I edited my question

14 years 前 | 0

提问


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

14 years 前 | 3 个回答 | 0

3

个回答

提问


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

14 years 前 | 1 个回答 | 1

1

个回答

已回答
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...

14 years 前 | 0

提问


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

14 years 前 | 2 个回答 | 0

2

个回答

已回答
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,...

14 years 前 | 0

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

14 years 前 | 0

提问


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

14 years 前 | 3 个回答 | 0

3

个回答

已回答
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?

14 years 前 | 3

提问


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

14 years 前 | 3 个回答 | 3

3

个回答

已回答
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...

14 years 前 | 0

提问


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

14 years 前 | 2 个回答 | 0

2

个回答