photo

SUBHAJIT KAR


Last seen: 2ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
148,652
of 300,771

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Looking for alternative of extractBetween function
close all clear all clc name = 'Covid_strains'; file = strcat(name,'.fasta'); sequences = fastaread(file); The code extrac...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Filter design from a given transfer function
I want to design a FIR filter with given transfer function: H(z) = 1 - exp(j4pi/3)z^-1 The filter has one zero at unit circle ...

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

0

回答

質問


How to draw Phylogenetic Tree of large dataset
I want to draw a phylogenetic tree of a dataset comprising of 120 sequences. I have used plot(tree,'orient','left') command for ...

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

1

回答

質問


The input character is not valid in MATLAB statements or expressions
The following code was running. But from today I found this error. clear all; close all; clc sample_dna2 = fastaread('MT4508...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


3D plot of a complex numer using cumsum
I have a sequence of imazinary numbers e.g 1+3i, 1.5+0.7i, 3+0.5i............Now I want to plot sum of real part of sum on x ax...

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

1

回答

質問


Forming loop to perform same action
I am having problem creating the loop for the task. Thres = 0.17; istrue1= ((x>=928 & x<=1139) & y>=Thres)|((x>=2527 & x<=2856...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Calculating TN, FN, TP and FP to plot ROC curve
I have computed the output power spectral density curve using a matlab code. The output is attached below. Now I wanted to calcu...

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

1

回答

質問


Non Uniform spacing between axes
I want to change the spacing between the levels of x axis. I want to plot the first three points then increase the gap after fir...

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

0

回答

質問


Computing Sliding Window DFT on a digital sequece
Hi all, I want to compute sliding window DFT of a numeric sequence. Hence I have written the code. Running the code showing an ...

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

0

回答

質問


I want to find DFT of a input sequence. I have run the following code but not getting desired output. Is there any mistake? please help.
if true % code end clear all; close all; clc sample_dna = fastaread('sequence_AF099922.Fasta'); sample_dna = stru...

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

1

回答

質問


How to find energy of a signal for a given range.
I have a binary sequence. I have applied IIR Butterworth bandpass filter to the signal and plot the output with respect to the i...

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

0

回答

質問


How to add leading zero to a letter in matlab
I have written a code which will accepts a sequence and convert it to specific numerical sequence. The code is given below-- ...

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

1

回答