Estadística
37 Preguntas
1.021 Respuestas
23 Archivos
Cody0 Problemas
86 Soluciones
CLASIFICACIÓN
50
of 293.767
REPUTACIÓN
3.924
CONTRIBUCIONES
37 Preguntas
1.021 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.05%
VOTOS RECIBIDOS
1.070
CLASIFICACIÓN
474 of 20.063
REPUTACIÓN
3.450
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
23 Archivos
DESCARGAS
38
ALL TIME DESCARGAS
31032
CLASIFICACIÓN
6.674
of 149.751
CONTRIBUCIONES
0 Problemas
86 Soluciones
PUNTUACIÓN
860
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Does appdesigner support retina displays?
As you can see from the image below, the axis created in the app designer is not crisp. Normal plots created with e.g. |plot(1:1...
casi 7 años hace | 0 respuestas | 0
0
respuestasEnviada
okomarov/metastockread
Read metastock files (master, emaster, xmaster and .dat/.mwd)
casi 7 años hace | 1 descarga |
Enviada
okomarov/TidyCode
Improve readability of your code and keep it tidy
alrededor de 7 años hace | 1 descarga |
Enviada
okomarov/tableutils
Fixes some methods of the table() class and extends it with additional features
más de 7 años hace | 1 descarga |
Enviada
okomarov/schemaball
Plot correlation matrix as a schemaball
más de 7 años hace | 5 descargas |
Batman equation in MATLAB
The "correct" version with explanations: http://math.stackexchange.com/questions/54506/is-this-batman-equation-for-real % G...
más de 7 años hace | 3
Enviada
okomarov/passfield
Password dialog and masked edit box uicontrol for passwords
más de 7 años hace | 2 descargas |
Enviada
okomarov/clusterreg
OLS regression with clustered standard errors
casi 8 años hace | 2 descargas |
Performance of table data type
As already replicated in <uk.mathworks.com/matlabcentral/answers/256482-table-performance-very-slow table performance very slow>...
casi 8 años hace | 1
Table performance very slow
I have been _using_ |table()| way before they were introduced into the core package, since _de facto_ they are the ported versio...
casi 8 años hace | 3
Enviada
okomarov/getSubclasses
List subclasses and their dependency graph
alrededor de 8 años hace | 1 descarga |
TUTORIAL: how to format your question with markup
*CODE* <<http://img5.uploadhouse.com/fileuploads/13715/13715165c3b7057dff601f51d51cd859096f4313.gif>>
más de 8 años hace | 3
Overriding table() methods and adding new
I adopted a solution that I fully describe on <http://stackoverflow.com/a/34999598/2180721 StackOverflow>. Development for a ...
más de 8 años hace | 0
| aceptada
[Win] R2015b crashes often, is more unstable
Support suggested to try the pre-release R2016a and I did not manage to crash Matlab on that. You can infer the rest.
más de 8 años hace | 0
| aceptada
Pregunta
[Win] R2015b crashes often, is more unstable
Has anyone noticed that Matlab has become more unstable under R2015b? In my use case I run some intensive data crunching and es...
más de 8 años hace | 1 respuesta | 1
1
respuestaPregunta
Overriding table() methods and adding new
SETUP Win7 64b R2015b The |table()| is a <http://uk.mathworks.com/help/matlab/matlab_oop/subclassing-matlab-built-in-classes....
más de 8 años hace | 1 respuesta | 0
1
respuestaproblem with xlswrite while obeying excel limits
I had the following error: message: '' identifier: 'MATLAB:COM:E2148140012' and it boiled down to having a col...
más de 8 años hace | 1
Pregunta
Screen (2D) projection of 3D plot
How can I get the *screen projection* (2D) of the following 3D plot: h = ezplot3('t', 'sin(t)', '20*cos(t)', [0 10*pi]); ...
casi 9 años hace | 1 respuesta | 1
1
respuestaEnviada
okomarov/importFrenchData
Download data from Kenneth French Data Library, e.g. Fama and French factors
alrededor de 9 años hace | 1 descarga |
Enviada
nanfillts
Fill consecutive NaNs with last available value
alrededor de 9 años hace | 1 descarga |
Enviada
okomarov/ismemberb
Ismember with reduced memory footprint through block processing
alrededor de 9 años hace | 1 descarga |
Is it possible to rename columns in a table?
My <http://uk.mathworks.com/matlabcentral/fileexchange/50006-okomarov-tableutils |tableutils()|> has |renameVarNames()| that doe...
más de 9 años hace | 1
Hi, I want 2 timer objects to execute sequentially, one after the other. Please help
You can use one timer and a function that alternate the state(s): tic t = timer; t.ExecutionMode = 'fixedDelay'; t...
más de 9 años hace | 2
| aceptada
How do I convert strings stored in a cell array to numbers?
Hi Alex, you cannot mix double values with char values, but you still have to use a cell array (or drop the header 'Names'). ...
más de 9 años hace | 6
| aceptada
HOW TO CONVERT PASSWORD TO ******** FORMAT USING MATLAB
An addition to the list <http://uk.mathworks.com/matlabcentral/fileexchange/47210-passfield FEX: passfield>. <<http://uk....
casi 10 años hace | 0
asking for a password or code.
An addition to the list by Jan <http://uk.mathworks.com/matlabcentral/fileexchange/47210-passfield FEX: passfield>. <<htt...
casi 10 años hace | 0
Pregunta
Clear text typed with input() from the command history
The case scenario is very simple, I am asking for a password to be typed in the command window. I am using s = input(...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
why regexprep much slower than strrep
Consider the following simplified example: str = cellstr(repmat('987_890',1e5,1)); timeit(@()strrep(str,'_','')) time...
casi 10 años hace | 0 respuestas | 1