Evgeny Pr
The Research University of Information Technologies (University ITMO)
Followers: 0 Following: 0
Professional Interests: programming, image processing, biomedical imaging
Estadística
4 Preguntas
16 Respuestas
4 Archivos
CLASIFICACIÓN
1.124
of 295.467
REPUTACIÓN
64
CONTRIBUCIONES
4 Preguntas
16 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
23
CLASIFICACIÓN
1.026 of 20.234
REPUTACIÓN
1.814
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
4 Archivos
DESCARGAS
25
ALL TIME DESCARGAS
14287
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
PCT GPU Computing: CUDA error was: setting the device when a process is active is not allowed
Hi, everyone! It seems to me that there is a problem in Parallel Computing Toolbox (PCT) with CUDA operation. The problem is...
casi 12 años hace | 2 respuestas | 2
2
respuestasError using length() command ??
You redefined LENGTH? For example: length = [] length('r') Index exceeds matrix dimensions. which('leng...
casi 12 años hace | 3
Code Blocks configuration for Calling Matlab code from C/C++
GCC compiler for "MATLAB Externals" is not supported on windows platform. You must use the Microsoft compiler. ...but, unfort...
casi 12 años hace | 0
| aceptada
Operation on matrix_for beginner
u = 1 ./ (exp(a * V / c) - 1) + 1 Out = bsxfun(@rdivide, M, u) For example: M = rand(3, 12) V = rand(1, 12) a ...
casi 12 años hace | 1
How to: Matrix question empty column
This available only for *cell arrays*. [] - (Empty) Already an array Numeric arrays can not store any other empty numeric...
casi 12 años hace | 1
display different colors in command window, using command "disp" or similar
Use <http://www.mathworks.com/matlabcentral/fileexchange/24093-cprintf-display-formatted-colored-text-in-the-command-window cpri...
casi 12 años hace | 1
Decimal random number generator
Do you have the distribution law for pseudo-random numbers for your problem? You can use RAND function for generate uniformly di...
casi 12 años hace | 0
ANOVAN: Undefined function or variable "denommat"
I think this is a bug (defect) in function ANOVAN. Variable _denommat_ is not define, but use in nested function MAKESTATS for ...
casi 12 años hace | 0
Mean of Multiple Data
frequency = [1, 2, 3, 4, 5, 6] impedance = [6 2 7 5 6 7 10 9 5 1 7 9 7 8 4 7 4...
casi 12 años hace | 1
| aceptada
Plot multiple graph using 'hold on' and loop function
You want to do this? n = 0.1:0.1:1; x = 0.1:0.1:3; for ni = n a = 1 / 3^ni; y = a * x.^ni; plo...
casi 12 años hace | 1
Use of "return" in simple if statement
You need to use ERROR function, do not return: function myfunc(parameter) if (parameter < 1) error('Wrong...
casi 12 años hace | 1
Reading Multiple Images from Folder
Use natural sorting for image filenames. http://www.mathworks.com/matlabcentral/fileexchange/10959-sortnat-natural-order-sort...
casi 12 años hace | 1
How do I create a function that interweaves two vectors of 1xN dimensions?
As one of the ideas: v1 = [1, 2, 3, 4] v2 = [5, 6, 7, 8, 9, 10] lv1 = length(v1) lv2 = length(v2) v = zer...
casi 12 años hace | 1
| aceptada
String to Variable conversion?
So that's that? strcat('data.', evalin('base', strcat('v',num2str(n))))
casi 12 años hace | 0
Pregunta
Why do I get an error if do not define a constructor in the inherited class?
Here's a simple example that does not work in the MATLAB language: classdef Bar < handle % Bar class ...
casi 12 años hace | 2 respuestas | 2
2
respuestasSelect specific digits of a number
x = 953 d = 100 r = mod(x, d) % 53 y = (x - r) / d % y = 9
casi 12 años hace | 8
| aceptada
Enviada
DIRWALK - Walk the directory tree
Generate the file names and dir names in a directory tree by walking the tree.
más de 13 años hace | 4 descargas |
Enviada
DRAGZOOM - Drag and zoom tool
DRAGZOOM allows you to handy interactively manage the axes in figure.
más de 13 años hace | 9 descargas |
Pregunta
Bugs in tscollection class?
I found that in class TSCOLLECTION the method ADDTS has two bugs in subfunction "localUnitConv". Or am I mistaken? But what i...
más de 13 años hace | 1 respuesta | 0
1
respuestaHow can I get the HWND (Native Window Handle) of the client region of UIPANEL on MATLAB Figure?
It seems that I'm moving in the right direction... :) For example: h = figure; jc = javacomponent(java.awt.Canvas, [100...
más de 13 años hace | 0
Two problems
Hi! 1) Use functions: SIND, COSD, TAND, etc... and convertors RAD2DEG, DEG2RAD. 2) You can use FIX(DET(a)) :) 3) Book -...
más de 13 años hace | 0
Pregunta
How can I get the HWND (Native Window Handle) of the client region of UIPANEL on MATLAB Figure?
Hi! I need to have access from the outside to a given region of MATLAB Figure. I want to ask this region, using UIPANEL. Can...
más de 13 años hace | 3 respuestas | 0
3
respuestasEnviada
ConsoleProgressBar
Console progress bar for long-running operations
casi 14 años hace | 1 descarga |
Enviada
INI Config
The class for working with configurations of settings and INI-files.
más de 14 años hace | 11 descargas |