photo

Sainath


2011 年からアクティブ

Followers: 0   Following: 0

Completed my Masters from BTH University in Signal processing.
Professional Interests: MATLAB tool development using GUIDE, devloping signal processing algorithms.

統計

All
MATLAB Answers

6 質問
1 回答

Cody

0 問題
9 解答

ランク
96,639
of 300,857

評判
0

コントリビューション
6 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
42,094
of 171,319

コントリビューション
0 問題
9 解答

スコア
100

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


How do I find the time delay between two signals?
This is a program I am using to find the delay between two signals with different sampling frequencies. My time signal is from 1...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


Can I export MATLAB plot window in .Net GUI?
I want to export/embed Matlan figure/ Plot in .NET GUI. Will you help me in this point.

12年以上 前 | 0 件の回答 | 0

0

回答

質問


Calling stateflow graphical function.
I created a function {f1=a1*m1;g1=m1*n1; h1=n1*l1;} in stateflow and calling the function from state with entry: A entry: [f,g...

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

1

回答

解決済み


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

13年以上 前

質問


Saving plots with datatips
Dear all, I am creating a simple GUI using GUIDE. This GUI consists of some plots. If I want to export only the plot of the G...

13年以上 前 | 0 件の回答 | 0

0

回答

解決済み


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

14年弱 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

14年弱 前

質問


How to control Uitable scroller position?
Hi, when an uitable is updated, uitable automatically resets to focus on the top row of data. Is there a way to set the s...

14年弱 前 | 3 件の回答 | 0

3

回答

解決済み


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

解決済み


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

14年弱 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

14年弱 前

回答済み
How did you learn MATLAB?
I am using MATLAB since 2008. During my Master studies I learn lot of things in MATLAB, started from basic. To get command I spe...

約14年 前 | 0

質問


Inserting uicontrols in uitable with out using GUIDE
Hi, I can able to insert uicontrols in uitable but unable to write data in that control with is inserted in uitable using htm...

約14年 前 | 0 件の回答 | 0

0

回答