Community Profile

photo

Christopher


SUNY Binghamton

Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to pick out postion in a vector
Hey guys, I have a vector a= [ 1,0,8,0,5,0,3,0,6,9] I want to run a for loop like this for p=1:length(a) if a ==0 spit ou...

11 years ago | 1 answer | 0

1

answer

Question


using the pde toolbox
Hey yall, I am trying to implement electromechanical wave propagation using a pde. A coefficient in this pde is an admittance...

11 years ago | 1 answer | 0

1

answer

Question


if and and statemtn help
Hello everyone, I have a vector consisting of distance values between test vectors and reconstruction points. k is a vector th...

11 years ago | 0 answers | 0

0

answers

Question


Martix help within a for loop
Hello, I have a 2 by 1000 matrix. I want to wrtie and if statement saying if A(2,:)=1 then to spit out the corresponding A(1...

11 years ago | 1 answer | 0

1

answer

Question


Sort computations into groups in for loop
Hey guys, I was wondering if there is a way to group computations in a for loop. For example i have N set of training vectors,...

11 years ago | 1 answer | 0

1

answer

Question


Picking out a value from a Vector in a Loop iteration
What i would like to do is from a vector = [a b c d], obtained from calculating the distance between 2 vectors, i want in my ite...

11 years ago | 1 answer | 0

1

answer

Question


For loop iterations random noise
Hi everyone, My problem has to do with for loops and random noise. What i am ultimately trying to do is add noise to a sign...

11 years ago | 1 answer | 0

1

answer

Question


for loops iterations into array
For every K value i want to put it in a vector with 12 columns (due to the 12 iterations of i) then end that and go to the next ...

11 years ago | 2 answers | 0

2

answers

Question


how to put iterations from a foor loop in a vector
What i want to achieve is my own DFT alogrithm. I want to start off by sampling the signal, x(t)=x(n(delta)T). I want to be ab...

11 years ago | 1 answer | 0

1

answer

Question


changing the format of a figure
Hey guys. So i recently finished plotting 364 figures and storing them using , hgsave('plot%d.fig',k). What i want to be ab...

11 years ago | 1 answer | 0

1

answer

Question


saving plots and reopening them
Hi everyone, when i save a plot using the function h=sprintf('plot%d.jpg,k) it stores the figure but when i try to re open the f...

11 years ago | 2 answers | 0

2

answers

Question


plotting within a for loop
I have a for loop that takes |2 matrix 365x24| and plots each corresponding matrix line ,i.e. |X(3,1:24) and Y(3,1:24)|, and plo...

11 years ago | 2 answers | 0

2

answers

Question


plotting using for loops
I have a matrix ,A, 364 x 24. I have a vector |x=[0 1 2 3....23]| (represting the hours of a day with 0 being 12am). What i wa...

11 years ago | 0 answers | 0

0

answers

Question


STRINGS FROM EXCEL TO MATLAB
IS IT POSSIBLE TO TAKE A STRING LIKE A DATE, JANUARY 2, 2011, AND ADD IT TO MATLAB? WHAT I AM TRYING TO DO IN A FOR LOOP, MY DA...

11 years ago | 0 answers | 0

0

answers

Question


vector into matrix form
I want to reshape a vector that has 8761-25 elements in it so when reshaped it is a vector of 364 rows with 24 columns. Im usin...

11 years ago | 1 answer | 0

1

answer

Question


How to pick specific excel columns in matlab
I want to be able to pick for example T9:T20 from excel and represent that in matlab then use those values to plot graphs in mat...

11 years ago | 1 answer | 0

1

answer