Statistics
All
RANK
268,567
of 300,673
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 21,042
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 3 answers | 0
3
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 2 answers | 0

