Bradley Stiritz
Followers: 0 Following: 0
Professional Interests: algorithmic trading, object-oriented design, software quality methodologies
Statistik
RANG
2.238
of 293.767
REPUTATION
27
BEITRÄGE
14 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
78.57%
ERHALTENE STIMMEN
20
RANG
of 20.063
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 149.751
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Compare error : Invalid conversion : JSON string to JSON number
Hi everyone, I have a live script MLX which is stored in a GitLab repo. I'm concerned that inadvertent edits have caused file d...
fast 2 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Clickable list of all text-pattern functions?
Is there a complete list of all text-pattern functions such as pattern(), anywhere in the documentation or discussion threads? T...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFind the last position of maximum value in a Matrix
@Wayne, is your solution vulnerable to rounding error, with floating-point input? In general, might it not be safer to use somet...
mehr als 3 Jahre vor | 0
Using array or vector as a key in Map
@Walter-- I couldn't get your sprintf() suggestion to work, maybe I didn't understand you? I have included my own proposed solut...
etwa 4 Jahre vor | 0
App Designer's editor is slow and gets stuck alot
EDIT 3/20/20 : Happy to report that we're not having any more problems in AppDesigner R2019b. One additional tip that has worked...
fast 5 Jahre vor | 0
Why doesn't 'HeaderLines' work in the readtable command?
Walter's solution is a good one, when the number of table rows are known in advance. In my case, I have Excel files with a fixed...
fast 6 Jahre vor | 3
How can I insert a title over a group of subplots?
>Answer by MathWorks Support Team on 26 Apr 2010 >It is not possible to put a title over a group of subplots in MATLAB.. ...
fast 6 Jahre vor | 1
Frage
How to find and replace within *.mlx (Live Scripts), across multiple files?
As of R2018a, Matlab does not offer any way to search and replace text, across multiple files. This is a must-have for refactori...
mehr als 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Yang-Zhang volatility : validated implementation?
Is anyone using a validated implementation of Yang-Zhang volatility within Matlab? I was hoping to use Tommaso Belluzzo's File E...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenHow can I get rid of this enumeration error while using classes?
MATLAB enumeration definitions can't be nested within another classdef definition, as your code attempts to do. That would be ve...
etwa 10 Jahre vor | 1
Frage
How are ninja solutions even possible in Cody?
In <http://www.mathworks.com/matlabcentral/answers/31888-123-0-vs-1-2-3-and-mtree a previous Q & A>, Jan Simon pointed to <http:...
fast 11 Jahre vor | 2 Antworten | 3
2
AntwortenFrage
How to register a class method as a figure callback?
I need to register a classdef method as a figure callback. I've associated the class object with the figure, but I'm not sure ho...
etwa 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Documentation for overloading builtin end() class method..?
Hi everyone, I need to find official documentation / examples for overloading the builtin classdef 'end' method. I have an ex...
etwa 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
RandStream generators & dieharder validation suite?
Hi, Has anyone investigated the various <http://www.mathworks.com/help/matlab/math/creating-and-controlling-a-random-number-s...
mehr als 11 Jahre vor | 3 Antworten | 2
3
AntwortenFrage
determine axis limits *before* plotting..?
Hi everyone, I need to determine the y-axis limits "before" rendering my plot, b/c the elements are rendered in a loop, one a...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Eigenvalues for vector inputs..?
Hi everyone, I have two vectors of experimental data which I believe are linearly related (within a close tolerance). I would...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortHow to programmatically determine if in headless mode..?
Per Nathan Lloyd in Mathworks PCT support, the native MATLAB usejava() function can be used to determine whether the executing M...
mehr als 12 Jahre vor | 1
Frage
How to programmatically determine if in headless mode..?
I'm working on an issue with the Parallel Computing Toolbox (PCT).. As each MATLAB.exe worker thread process is initialized, ...
mehr als 12 Jahre vor | 2 Antworten | 1
2
AntwortenWithin a function : get complete command-line calling text, a la dbstack()..?
I was able to find a solution, with help from Google, by searching for : matlab "command history". After all that tedious debat...
fast 13 Jahre vor | 1
| akzeptiert
Frage
Within a function : get complete command-line calling text, a la dbstack()..?
Hi everyone, I understand how to use dbstack(), within a saved M-function, to get the complete text of the command which called...
fast 13 Jahre vor | 3 Antworten | 2
3
AntwortenFrage
How to cast a subclass object to its superclass type..?
Hi everyone, The MATLAB documentation states: "MATLAB does not allow you to create arrays containing a mix of superclass and s...
fast 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Selecting array column elements using a vector..?
Hi everyone, I need to select elements from a 2D array. I have an index vector whose (i)'th value is the desired row to select ...
etwa 13 Jahre vor | 1 Antwort | 0