Statistica
RANK
261.020
of 297.016
REPUTAZIONE
0
CONTRIBUTI
5 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
making a rotation matrix
{ clc b = [cos((angle/180)*pi) -sin((angle/180)*pi);sin((angle/180)*pi) cos((angle/180)*pi)]; for i = 1:1:size(nr_out,1) a ...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
making a 341x341 matrix from a 465124x1 matrix.
Hello everybody, I have a matrix that is 465124x1. From this matrix I want every 341 values put in another matrix. so the va...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
plot Bethe-Bloch equation
Dear people, For a project I have to plot the Bethe-Bloch equation. That is this equation: dedx = (-K*z^2*Z)/(A*beta2)*(0.5*l...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
non zero elements above 70 and below -70 zero
hello people, In a matrix I want that all non zero elements above 70 and below -70 is zero. How do I do that ? Thank y...
quasi 13 anni fa | 4 risposte | 0
4
rispostehow to speed up this nestled for loop
Okay thank you for your respons! But this is not what i want. i have matrix M. That matrix has 6 rows and 235238 columns. Now ...
quasi 13 anni fa | 0
how to speed up this nestled for loop
Thank Andrei Bobrov for your fast answer. But this yields a 235238 by 3 matrix and it needs to be a 235238 by 6 matrix. Anywa...
circa 13 anni fa | 0
Domanda
how to speed up this nestled for loop
Hi everybody, I need to make this code faster: for i=1:n1*n2*n3; x1 = M(i,1); y1 = M(i,2); ex1 = M(...
circa 13 anni fa | 3 risposte | 0