Patrik Forssén
Karlstad University & SatStar Ltd
Followers: 0 Following: 0
Statistics
RANK
1 895
of 295 467
REPUTATION
34
CONTRIBUTIONS
1 Question
7 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
15
RANK
185 of 20 234
REPUTATION
7 048
AVERAGE RATING
5.00
CONTRIBUTIONS
10 Files
DOWNLOADS
117
ALL TIME DOWNLOADS
42898
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
isequal Function with Tolerance
Check if two variables of any type are equal. Floating-point numbers are considered equal if the difference is less than a set t...
nästan 2 år ago | 2 downloads |
How can I avoid a small value ignored during calculation?
@John D'Errico explained why this happens. If you really need to avoid this, you must therefore use an arbitrary-precision numer...
ungefär 2 år ago | 0
Submitted
Unlimited Decimal/Fractional Binary Converter
Conversion to and from a decimal number and a fractional binary number. No limitations on order of magnitude/number of significa...
ungefär 2 år ago | 1 download |
Question
Integers in Arrays Give Strange Result
For example, try this, vec = [pi, -2, uint8(1)] vec = 1×3 uint8 row vector 3 0 1 vec = [pi, uint16(2), int8(-2)] ...
ungefär 2 år ago | 1 answer | 0
1
answerSubmitted
Histogram Equalization for Color & Grayscale Images (No TB)
Histogram Equalization for intensity, indexed and RGB images. Uses “flat histogram” equalization as default. No Toolbox is requi...
mer än 2 år ago | 2 downloads |
Submitted
Legend for Contour Plots
Adds a curve description legend to a contour plot
mer än 2 år ago | 9 downloads |
Submitted
Fast Empirical CDF
Fast calculation of an empirical Cumulative Distribution Function (CDF).
mer än 2 år ago | 1 download |
How to add tolerance for isequal?
Uploaded an isequal function with floating-point tolerance settings here, https://se.mathworks.com/matlabcentral/fileexchange/1...
mer än 2 år ago | 0
Submitted
XCFRAME – Coordinate Transformation
Transforms position between a number of geo- and heliocentric coordinate frames
mer än 2 år ago | 4 downloads |
Submitted
uniquearray
Returns the unique parts of any array, including cell- and structure arrays, with any number of dimensions.
ungefär 3 år ago | 5 downloads |
Unique values in cell array
My new FEX-submission uniquearray, https://se.mathworks.com/matlabcentral/fileexchange/100134-uniquearray solves this (and wor...
ungefär 3 år ago | 1
Submitted
MATLAB File Association & Shortcut Fix
Fixes trouble with MATLAB file associations and missing shortcuts in Windows
mer än 3 år ago | 90 downloads |
Chinese characters in html not recognized
opt = weboptions('CharacterEncoding', 'GBK'); str = webread(url, opt);
nästan 4 år ago | 0
Why am I not able to use the installed help documentation properly after update in MATLAB 9.6 (R2019a)?
This error is encountered if you add paths to MATLAB that contains a “html” folder, e.g., a third-party toolbox. MATLAB then see...
nästan 4 år ago | 1
Message Service fatally disconnected
Got this error also and (local) help-pages stoped working. Not even reinstallation of MATLAB (R2020a, Win 10) helped to resolve ...
ungefär 4 år ago | 2
Submitted
grid2tri - Gridded Surface to Irregular Triangulation
Creates an irregular triangulation of a gridded surface, possibly with undefined areas
ungefär 9 år ago | 1 download |
Submitted
Full Command Line Help
Revert back to extensive command line help on later version of MATLAB.
ungefär 9 år ago | 2 downloads |
How to restore file association in Matlab 2015a for Windows
I’ve just submitted a contribution to MATLAB FEX that can solve this problem for R2015a (and earlier versions): <http://www.mat...
mer än 9 år ago | 11
| accepted