photo

Darkhan Kenestegi


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


For loop problem.
I am trying to loop my calculations with a long data, but I do something wrong. size(a)=15 186 for i=1:size(a,1) bcn(i...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to refine data?
Let's say I have a data matrix as: a=[1,1,1,1,1;1,0,1,1,0;0,0,0,1,1;1,0,1,0,1]; Now, what I want is to get rid of th...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to make for loop to make various mathematical operations. Using matrices.
clear all clc magic=magic(5); t = zeros(size(magic,1),1); pi = zeros(size(magic,1),size(magic,2)); for i=1:size...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to create a for loop to do sums of every values in the whole row?
I have a matrix lets say a=[1,2,3;9,8,7;4,5,6] I want to create a loop that will sum each row, like: sum(a(1,:)); The p...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to design a bandpass filter
I need to design a bandpass filter with sampling rate of 1kHz and bandpass from 1 to 200 Hz and then insert a signal my signal i...

9 years 前 | 2 个回答 | 0

2

个回答