Statistics
RANK
160 219
of 295 467
REPUTATION
0
CONTRIBUTIONS
5 Questions
2 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 13 år ago | 4 answers | 0
4
answershow 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 ...
nästan 13 år ago | 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...
nästan 13 år ago | 0
Question
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(...
nästan 13 år ago | 3 answers | 0