Christopher
SUNY Binghamton
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
170.732
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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,...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0