photo

Serhat


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

13 个提问
1 个回答

排名
269,942
of 299,830

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
53.85%

收到投票数
0

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
differenciate a symbolic equation according to a matrix ???
<</matlabcentral/answers/uploaded_files/19352/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.JPG>> and <</matlabcentral/answers/uploa...

11 years 前 | 0

提问


differenciate a symbolic equation according to a matrix ???
How can I solve this? <</matlabcentral/answers/uploaded_files/19303/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.JPG>> *d* is the dis...

11 years 前 | 1 个回答 | 0

1

个回答

提问


differentiate according a matrix ???
teta=[x y] W is a function which includes x and y. How can I make this differentation by matlab? <</matlabcentral/answ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


To sum functions which have two unknowns and finding the min values of these unknowns
What I am trying to do is to insert these equations into summation and to find the x and y values that minimize the function: ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Finding minimum values for two-unknown equation!!!
<</matlabcentral/answers/uploaded_files/13067/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.JPG>> Hello, *'a' 'b' 'c' 'd'* are kno...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Smoothing by Least Square Technique !!!
Hi all, <</matlabcentral/answers/uploaded_files/13051/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.JPG>> We are trying to find coeffici...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Generating a circular array by shifting their elements????????????
Hi all, I want to generate an array by shifting bits until the last element takes the value '1' such that: 1 0 0 0 0 ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting Legends of Rows of a Matrix ???
Hi all, I have a matrix A=[1 2 3 4; 1 2 3 5; 2 3 4 5 ...]; I want to plot legend of the rows of A. For pink curve, there...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Taking integral of a continuous pulse??? f: y=1, 0<x<1
Hello, I am generating a continuous pulse which is equal to 1 (y=1) while 0<x<1 such that: t=0:0.001:1; p1=ones(1,nume...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can I generate a continious signal? Generating a pulse?
Hello, My problem is to generate a pulse. While x-axis values are between 0 and 1, y-axis is equal to 1 except that x-axis ar...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Calculating integral but weird result :S
Hi, I am trying to calculate this integral. sigmaZ= -0.1464*eye(4); f = @(x)(arrayfun(@(x)(1./(det(sigmaZ./sin(x).^2 + ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


NaN (Not a Number) problem in integration
Hi all. I am trying to calculate this integration, it gives NaN ,instead of pi/2. How can I solve the problem? mz=zeros(4,1);...

13 years 前 | 1 个回答 | 0

1

个回答

提问


calculating the integration, arrayfun problem???
Hi all. I have a question. My code is f = @(theta)(arrayfun(@(x,y)(det(sigmaZ/sin(x).^2 + eye(4)))^-1,theta)); out = qua...

13 years 前 | 2 个回答 | 0

2

个回答

提问


How can I calculate integral?
Hi all, I am new to matlab. I am using matlab R2012. I am trying to calculate this integral: sigmaZ=rand(4,4); syms theta; ...

13 years 前 | 2 个回答 | 0

2

个回答