photo

pinak parida


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

11 个提问
0 个回答

Cody

0 个问题
10 个答案

排名
30,081
of 299,947

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
45.45%

收到投票数
1

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
38,253
of 166,679

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


how to create array for these values i got?
m=5; u=[zeros(1,m-1) rand(1,1000)] ; c=rand(m); s=rand(m); tmp=1; while (tmp<=(length(u) - (m-1))) for i = 1:...

11 years 前 | 3 个回答 | 0

3

个回答

提问


Need help with Fuzzy Logic program.
i have 3 input like x1, x2, x3. and input sinal as for t=1:1000 if t<250 u(t)=sin(pi*t/25); else...

11 years 前 | 1 个回答 | 0

1

个回答

提问


in gaussian membership function from what value of signal the mean is subtracted?
for i=1:n A(i)=exp(-0.5*((x-c(i))./s(i)).^2); end where x=sin(2*pi*t) t=1:.3:10 n=length(x) ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


can you give me the basic simple code for this figure?
<<http://snag.gy/iCGzn.jpg>> where r[k]=input k=1,2,3,4....k f(0),f(1),....f(k-1) are coefficients y[k]=outp...

12 years 前 | 1 个回答 | 0

1

个回答

提问


can you tell me more about 'repmat'?
more than matlab help. like what it does? why it required? how it works? and other aspects you know. and also ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


can u tell how to create this type of vector ?
I want a vector like X(i,G)={x(1,i,G),x(2,i,G),x(3,i,G)........x(D,i,G)} where i=1,2....10 D=1,2....10 ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Plz tell why the output is not following the desired ?
clc close all clear all %type1 network fuzzy yd1=-.1; yd0=-.07; u3=0; u2=0; u1=0; u0=0; for ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to add image to my question
how to add image to my question i require a certain type of graph. but not able to show u in the question.

12 years 前 | 1 个回答 | 0

1

个回答

提问


how i generate a type 2 fuzzy membership function?
i have to generate Membership Function of type-2 fuzzy logic which handle uncertainty. there is a toolbox but how to generate...

12 years 前 | 3 个回答 | 1

3

个回答

提问


How i generate two dimensional membership function and plot it?
i have tried 1D membership function and plot it. like trapezoidal, gaussian, bell etc. these are one dimensional. for example ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


After running a script i got answer in command window, now how can i run it again from command window?
I want to write a program so that after running it give desired output of some algorithm and display result in command window. a...

12 years 前 | 1 个回答 | 0

1

个回答