Community Profile

photo

Christopher


SUNY Binghamton

Last seen: 대략 4년 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변