photo

dpb


Last seen: Today Active since 2012

Followers: 3   Following: 0

Message

Statistics

All
MATLAB Answers

57 Questions
6,928 Answers

File Exchange

1 File

Cody

0 Problems
1 Solution

RANK
12
of 300,469

REPUTATION
18,570

CONTRIBUTIONS
57 Questions
6,928 Answers

ANSWER ACCEPTANCE
17.54%

VOTES RECEIVED
2,831

RANK
17,220 of 21,010

REPUTATION
4

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
34

RANK
111,943
of 169,232

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • Revival Level 2
  • First Review
  • Master
  • Thankful Level 3
  • 36 Month Streak
  • Knowledgeable Level 5
  • First Answer
  • Solver

View badges

Feeds

Answered
New Pixhawk Cube Orange+ hardware incompatible with MATLAB PX4 Toolbox (PX4 v1.14.x)?
"Is MathWorks aware of this issue ...? A search for "Pixhawk" on <the public bugs database> didn't return anything, but that do...

16 hours ago | 0

Answered
How do I stop exportgraphics from adding a border
That would be expected behavior... Background color, specified as 'current', 'none', an RGB triplet, a hexadecimal color code, ...

1 day ago | 0

Answered
As of R2025ab, are all figures now uifigures?
This appears to be a result of the replacement of Java for rendering... which -all matlab.ui.internal.isUIFigure fn=which('mat...

1 day ago | 1

| accepted

Answered
pcolor plot: how to scale the smoothing differently in x and y directions
"... instead of considering x and y distances, I want somehow to consider the distance at an angle" A = [0 0 0 0 0 0 0 0 2...

1 day ago | 0

Answered
Indexing in a matrix vs vector
There's nothing preventing addressing a row vector by its row, column indices... x=1:3; for i1=1:height(x) for j1=1:width(x...

4 days ago | 1

| accepted

Answered
MatLab App versus MatLab Compiler Runtime version requirements
My experience has been the installer will find and download the needed runtime if it isn't already on the system. Also by obser...

5 days ago | 0

Answered
Regarding MATLAB Associate certification
https://www.mathworks.com/matlabcentral/answers/2049937-what-is-the-price-of-the-matlab-and-simulink-associate-and-professional-...

6 days ago | 0

| accepted

Answered
In R2025a, how to add Additional Fonts?
Now MATLAB is supposed to be able to find any compatible system-installed font. See <Add Additional Fonts> for information on w...

6 days ago | 0

| accepted

Answered
print hexadecimal representation of 16 bit word
Somewhat dependent upon the context, but some options include V=65535; fprintf('%s\n',dec2hex(V)) % convert to internal s...

6 days ago | 3

Answered
Switching from hist to histogram
The changes in behavior relative to venerable hist introduced by histogram are a pain, agreed. That there isn't an option to sp...

6 days ago | 0

| accepted

Answered
mairplot throws uimenu error
%type mairplot.m I looked into mairplot and it starts the working part of the function with the following lines-- hFig = figur...

7 days ago | 0

Answered
whats wrong in this function?
OK, try this... function [massetetthet]=beregn_massetetthet_mettetsaltlosning(salt_1, salt_2, temperature) % take care of po...

7 days ago | 1

Answered
Matlab crash on startup
As @Dyuman Joshi pointed out in your earlier posting, Kubuntu 25 isn't on the list of supported OS so there's no unequivocal bas...

8 days ago | 0

Answered
What is the best practice to understand the source code of MATLAB's built function ?
Let's first reformat the code to be more legible... function [Tx,freq,analysisParam,params] = wsstImpl(x,fsOrTs,namedargs) arg...

9 days ago | 0

| accepted

Answered
Trying to compile raw data from 30 tests to form an average stress strain curve.
NOTA BENE: The path below has an extraneous 'd' at the beginning; if this is present in your real case the subsequent directory...

11 days ago | 1

Answered
I need instructions for using matlab learning resources
While "Self Paced", the other courses in the learning path are not gratis unless you are at a university or corporate entity tha...

13 days ago | 0

Answered
Editing the format of a chart title in excel through actxserver
OK, I had a little time to go poking at the Excel doc -- it turns out this is one of those cases where the documentation describ...

14 days ago | 0

Answered
Spooky Graphed Data?
Longstanding behavior -- the datatip values are rounded to some (as far as I know an unspecified) number of significant digits; ...

16 days ago | 0

Answered
How can I make 3d shaped graphs?
help graph3d

16 days ago | 1

Answered
MatLab 2025 Variables Window
It is irrevocable that Mathworks is committed to the new desktop going forward. I would recommend <What's behind the new deskto...

18 days ago | 0

Answered
Change directory for printing Command window to PDF
I can find no defined settings for the Command Window print function; one would think there should be a way to select the output...

20 days ago | 0

Answered
How to add an image with overlaid text using System Object method getIconImpl(obj)?
As you're aware, there's no indication of support the syntax you propose of more than one argument to matlab.system.display.Icon...

26 days ago | 1

| accepted

Answered
MATLAB Online: PNG exports are solid black rectangles + tiny EPS/FIG files — anyone else?
I think you'll need to submit this to Mathworks as an official support request/bug at <Product Support Page>. You'll need to pr...

26 days ago | 1

| accepted

Answered
Is there any way to increase the fonts of the menus in Matlab 2025a for Linux?
Undoubtedly the difference in behavior is related to the new desktop. Submit this to Mathworks as an official support request/b...

26 days ago | 0

Answered
Why Doesn't a Symbolic Matrix Equation Simplify Until After Applying subs() ?
I'd suggest your best chance for a definitive answer plus for there to be any chance of behavior more as you would like you shou...

28 days ago | 0

| accepted

Answered
Efficiently assign data into a struct?
If I were doing this, I think I'd approach it more like % Random data set data = randi(1000, 19); % Finding size of data set ...

29 days ago | 1

Answered
how to calculate common dates from two date arrays?
load dates clear ans dates1=[datetime(vertcat(dates1.dStrt),'convertfrom','datenum') datetime(vertcat(dates1.dStp),'convertfro...

29 days ago | 0

| accepted

Answered
How can I rescale a patternCustom plot?
OK, I had some time to try to play around a little this morning when didn't have to interact with the local community college Fo...

29 days ago | 1

| accepted

Answered
Increasing Size of Subplot
When you went from (guessing) a 3 or 4 x 2 layout to what appears to be 6x2, there simply isn't much room going to be available....

1 month ago | 1

Answered
Reference files in Grader not visible
Check out a prior Q? that appears to be related/same at https://www.mathworks.com/matlabcentral/answers/support/549438-how-do-st...

1 month ago | 0

Load more