photo

Biswarup Dutta


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
87,771
of 301,273

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,212

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,726

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I have four peaks: P, P+1, P+2, P+3 in the image below. I need to make P vs P+1, P+1 vs P+2 poincare plot. How can I do it? Please help me out. The .mat file is attached.
The program to find the peaks are as follows: clc a=importdata('biplab chaki.mat'); b=a.data; x=b(25000:30000,1); ...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


I have two .mat files containing amplitude of normal & abnormal respiration. I would like to do Poincare plot to represent a section of two signals in the same plot (or the phases of both of them). Please help me out. Files are attached.
My objective is to do a Poincare plot to represent a section of two respiration signals (Normal & Abnormal) in the same plot (or...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


I have two graphs (image below). I want to do a 3-D contour plot which will represent the difference in characteristics of these two graphs.How can I do that? Please help me. Two .mat files are attached.
I have plotted following two graphs with this code: <</matlabcentral/answers/uploaded_files/74243/Normal-vert.jpg>> cl...

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

1

回答

質問


How to get the value and index of the point where the plot ends (Marked by an arrow in image below) and display it? I have used 'find' command but it did not help. Please help me out. .mat file is attached.
My code: clc clear close all a=importdata('Biswarup_rest.mat'); b=a.data; x=b(32580:36100,1); [val, idx] ...

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

1

回答

質問


I am trying to find the max peak of the graph (image below) without using 'findpeaks' syntax. Please help me out. The .mat file is attached.
I am using the following code to plot the graph: clc a=importdata('robin roy.mat'); b=a.data; x=b(22000:25830,1); ...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


I am trying to shade two area (Area A and B in the image below) under a curve with two different colours. Please help me out. mat file is attached.
As per my code, whole curve area is becoming green. I am trying to mark Area-A as green & Area-B as red. Code- clc a=im...

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

1

回答

質問


I am trying to eliminate the negative Y-axis (-0.2 portion in the image below). So that the Y-axis of the graph starts from zero. I have attached the .mat file. Please help me out. Here is my code:
clc a=importdata('robin roy.mat'); b=a.data; x=b(22000:25830,1); plot(x); x(x<0)=[]; findpeaks(x); findpe...

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

1

回答

質問


I am trying to find the area as a part of a graph(Area-A and Area-B in the picture below). However, when I am using "trapz" function, it is not giving any output. Code is mentioned below and .mat file is attached. Please help me out.
<</matlabcentral/answers/uploaded_files/72171/Graph.jpg>> clc; a=importdata('anirban normal.mat'); b=a.data; x=b(2...

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

1

回答