Statistics
RANK
12
of 300 499
REPUTATION
18 586
CONTRIBUTIONS
57 Questions
6 936 Answers
ANSWER ACCEPTANCE
17.54%
VOTES RECEIVED
2 833
RANK
17 203 of 21 021
REPUTATION
4
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
34
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Creating a polynomial fit expression using just the order number
c=x.^[n:-1:1]\y; I presume leaving off the intercept is intentional? Otherwise, there's polyfit
ungefär 9 timmar ago | 0
| accepted
no correct reaction time or button press possible
You forgot to tell us precisely what symptoms you got -- what does "is possible" mean here? Taking a guess, I expect the while ...
ungefär 12 timmar ago | 0
Anyway to make this more concise?
You forgot to attach the input file, there's nothing to be done with just an image. The way to make it more concise is to have ...
ungefär 15 timmar ago | 0
| accepted
In R2024b, handles(33) throws an error. In R2023b in returns a structure if there is a figure 33. Is there a workaround in R2024b?
figExists=@(n)~isempty(findobj('Type','Figure','Number',n)); should work no matter the version. Nota Bene: all these work only...
en dag ago | 0
| accepted
Plus as concatenate for numeric vectors?
No it's not new. In that expression the plus sign is interpreted as the sign of the value, not as an arithmetic operator. It's...
en dag ago | 1
| accepted
Why is this showing the first fprintf statement?
You would have to rerun the code to enter the other condition to do the else if clause instead of the first. chosenstat will on...
2 dagar ago | 0
How can I make an if statement based on the answer of an input?
Couple of issues here. As the documentation for input shows, the form as you've written it tries to evaluate the user input as ...
2 dagar ago | 0
| accepted
check out a matlab code method
Would be more helpful to see more of the function context, but a couple of recommendations Firstly, for the diagnostics, parame...
3 dagar ago | 0
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...
4 dagar ago | 0
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, ...
4 dagar ago | 0
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...
5 dagar ago | 2
| accepted
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...
5 dagar ago | 0
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...
7 dagar ago | 1
| accepted
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...
8 dagar ago | 0
Regarding MATLAB Associate certification
https://www.mathworks.com/matlabcentral/answers/2049937-what-is-the-price-of-the-matlab-and-simulink-associate-and-professional-...
9 dagar ago | 0
| accepted
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...
9 dagar ago | 0
| accepted
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...
9 dagar ago | 3
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...
9 dagar ago | 0
| accepted
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...
9 dagar ago | 0
whats wrong in this function?
OK, try this... function [massetetthet]=beregn_massetetthet_mettetsaltlosning(salt_1, salt_2, temperature) % take care of po...
10 dagar ago | 1
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...
11 dagar ago | 0
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...
12 dagar ago | 0
| accepted
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...
14 dagar ago | 1
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...
15 dagar ago | 0
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...
16 dagar ago | 0
Spooky Graphed Data?
Longstanding behavior -- the datatip values are rounded to some (as far as I know an unspecified) number of significant digits; ...
19 dagar ago | 0
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...
21 dagar ago | 0
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...
23 dagar ago | 0
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...
28 dagar ago | 1
| accepted








