photo

m4 Chrennikov


mstu

Last seen: casi 5 años hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

5 Preguntas
2 Respuestas

Cody

0 Problemas
16 Soluciones

CLASIFICACIÓN
9.096
of 301.647

REPUTACIÓN
4

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.372

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
30.047
of 175.953

CONTRIBUCIONES
0 Problemas
16 Soluciones

PUNTUACIÓN
173

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Solver
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

casi 5 años hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

casi 5 años hace

Resuelto


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

casi 5 años hace

Resuelto


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

casi 8 años hace

Resuelto


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

casi 8 años hace

Resuelto


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

casi 8 años hace

Resuelto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

casi 8 años hace

Resuelto


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

casi 8 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 8 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

casi 8 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

casi 8 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

casi 8 años hace

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

casi 8 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 8 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 8 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 8 años hace

Pregunta


binomial distribution with variable probability: code optimisation
Hi Theory is <http://en.wikipedia.org/wiki/Binomial_distribution here>. There is no problem to get pmf: n = 6; p = .2...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Respondida
how do I gather() a variable in atomicAdd()?
Try this: [c, ato] = feval(gpuadd, c,ato,b); out = gather(ato);

alrededor de 14 años hace | 0

| aceptada

Pregunta


CUDA toolkit version | using constant memory
Hi I've installed CUDA toolkit 4.1 instead of 4.0. And now matlab reports some errors depending on kernel that Im trying to c...

alrededor de 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


need help with gpu code
Im trying to use mutex in my code with no luck. Matlab says that kernel reaches timeout. kernel: __global__ void getGr...

más de 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


OS works with big lag during CUDAKernell execution
my OS is 32bit winXP SP3 I've noticed that during kernel execution OS works with big lag (about few seconds). Is this normal ...

más de 14 años hace | 2 respuestas | 0

2

respuestas

Respondida
parallel.gpu.CUDAKernel memory types
Ping! I've read about LDU in Fermi arch, but it isn't clear for me in which cases values from global memory are cached. Could...

más de 14 años hace | 0

Pregunta


parallel.gpu.CUDAKernel memory types
Hi folks. I would like to know which types of CUDA memory I can use with subj matlab object. More specifically I wonder if u...

más de 14 años hace | 2 respuestas | 0

2

respuestas