photo

pinak parida


2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

11 質問
0 回答

Cody

0 問題
10 解答

ランク
30,088
of 300,788

評判
1

コントリビューション
11 質問
0 回答

回答採用率
45.45%

獲得投票数
1

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
39,518
of 171,083

コントリビューション
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:...

12年弱 前 | 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...

12年弱 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

12年以上 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

12年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12年以上 前

質問


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年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

12年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12年以上 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

13年弱 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

13年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13年弱 前

質問


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

13年弱 前 | 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 ...

13年弱 前 | 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...

13年弱 前 | 1 件の回答 | 0

1

回答