Statistik
RANG
50
of 295.410
REPUTATION
3.928
BEITRÄGE
37 Fragen
1.021 Antworten
ANTWORTZUSTIMMUNG
54.05%
ERHALTENE STIMMEN
1.072
RANG
475 of 20.224
REPUTATION
3.455
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
23 Dateien
DOWNLOADS
40
ALL TIME DOWNLOADS
31084
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How do I change the number display from scientific notation to the full number in digits?
format long or sprintf('%16.f',2332456943534324)
8 Tage vor | 8
| akzeptiert
How do I change the marker size for a plot?
You can change the marker size for a line plot by setting the “MarkerSize” property, either as a name-value pair or by accessing...
9 Tage vor | 19
| akzeptiert
Frage
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...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenGesendet
okomarov/metastockread
Read metastock files (master, emaster, xmaster and .dat/.mwd)
etwa 7 Jahre vor | 1 Download |
Gesendet
okomarov/TidyCode
Improve readability of your code and keep it tidy
mehr als 7 Jahre vor | 1 Download |
Gesendet
okomarov/tableutils
Fixes some methods of the table() class and extends it with additional features
fast 8 Jahre vor | 1 Download |
Gesendet
okomarov/schemaball
Plot correlation matrix as a schemaball
fast 8 Jahre vor | 3 Downloads |
Batman equation in MATLAB
The "correct" version with explanations: http://math.stackexchange.com/questions/54506/is-this-batman-equation-for-real % G...
fast 8 Jahre vor | 3
Gesendet
okomarov/passfield
Password dialog and masked edit box uicontrol for passwords
fast 8 Jahre vor | 1 Download |
Gesendet
okomarov/clusterreg
OLS regression with clustered standard errors
fast 8 Jahre vor | 1 Download |
Performance of table data type
As already replicated in <uk.mathworks.com/matlabcentral/answers/256482-table-performance-very-slow table performance very slow>...
fast 8 Jahre vor | 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...
fast 8 Jahre vor | 3
Gesendet
okomarov/getSubclasses
List subclasses and their dependency graph
mehr als 8 Jahre vor | 1 Download |
TUTORIAL: how to format your question with markup
*CODE* <<http://img5.uploadhouse.com/fileuploads/13715/13715165c3b7057dff601f51d51cd859096f4313.gif>>
mehr als 8 Jahre vor | 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 ...
fast 9 Jahre vor | 0
| akzeptiert
[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.
fast 9 Jahre vor | 0
| akzeptiert
Frage
[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...
fast 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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....
fast 9 Jahre vor | 1 Antwort | 0
1
Antwortproblem with xlswrite while obeying excel limits
I had the following error: message: '' identifier: 'MATLAB:COM:E2148140012' and it boiled down to having a col...
fast 9 Jahre vor | 1
Frage
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]); ...
etwa 9 Jahre vor | 1 Antwort | 1
1
AntwortGesendet
okomarov/importFrenchData
Download data from Kenneth French Data Library, e.g. Fama and French factors
etwa 9 Jahre vor | 1 Download |
Gesendet
nanfillts
Fill consecutive NaNs with last available value
mehr als 9 Jahre vor | 1 Download |
Gesendet
okomarov/ismemberb
Ismember with reduced memory footprint through block processing
mehr als 9 Jahre vor | 1 Download |
Is it possible to rename columns in a table?
My <http://uk.mathworks.com/matlabcentral/fileexchange/50006-okomarov-tableutils |tableutils()|> has |renameVarNames()| that doe...
mehr als 9 Jahre vor | 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...
mehr als 9 Jahre vor | 2
| akzeptiert
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'). ...
mehr als 9 Jahre vor | 6
| akzeptiert
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....
fast 10 Jahre vor | 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...
fast 10 Jahre vor | 0