photo

John


University of Glasgow

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
3 个回答

排名
284,420
of 300,015

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,984

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Matlab Plotting Error Problem
Hi everyone, I have encountered an error in plotting graph. It says Data must be a single matrix Y or a list of pairs X,Y. Th...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Not enough input arguments
Hi everybody, I am new to Matlab. I try running this example but I seem to run a problem that says not enough input arguments. h...

11 years 前 | 1 个回答 | 0

1

个回答

提问


PV simulation of solar system
Hi everyone! I am writing a Matlab program for simulation of PV. My aim to plot I-V and P-V characteristics of the curve. Wh...

11 years 前 | 1 个回答 | 0

1

个回答

提问


FIR filter windowing methods
Hi, I have a burning question want to ask. Why windowing is not necessary if we have more than 100 coefficients for the FIR ...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
I keep getting A(I) = B, the number of elements in B and I must be the same. matlab error
Hi, I attached the ecg_8 signal to load into matlab

12 years 前 | 0

已回答
I keep getting A(I) = B, the number of elements in B and I must be the same. matlab error
load 'ecg_8.dat' y=ecg_8(:,2); %Step 2 A=ecg_8(:,2)-mean(ecg_8(:,2)); fs=1000; ...

12 years 前 | 0

已回答
I keep getting A(I) = B, the number of elements in B and I must be the same. matlab error
%step 3 function output = myFIR1(input,hn) global in in = [in input]; output =0; r =(length(hn))*(length(in)>=le...

12 years 前 | 0

提问


I keep getting A(I) = B, the number of elements in B and I must be the same. matlab error
last=0; upflag=0; p=zeros(length(detsq),1); for i=1:length(detsq) if(detsq(i)>1000) if(upflag ==0) if(last...

12 years 前 | 4 个回答 | 0

4

个回答

提问


Error using Plot. Vectors must be the same length
Hi everyone!I am still new to Matlab. I have encountered an error when trying to plot. Pls tell me the errors I made and let me ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


FIR filter implementation to ECG
I am trying to write a Matlab function that implements an FIR filter with impulse response in the form value myFIR(value, coeffi...

12 years 前 | 1 个回答 | 0

1

个回答