photo

Patrik Forssén


Karlstad University & SatStar Ltd

Last seen: ongeveer een maand ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
7 Answers

File Exchange

10 Files

RANK
1.957
of 300.369

REPUTATION
34

CONTRIBUTIONS
1 Question
7 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
15

RANK
184 of 20.936

REPUTATION
7.141

AVERAGE RATING
4.90

CONTRIBUTIONS
10 Files

DOWNLOADS
61

ALL TIME DOWNLOADS
43736

RANK

of 168.436

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

  • Thankful Level 1
  • Revival Level 1
  • First Review
  • Personal Best Downloads Level 4
  • Editor's Pick
  • 5-Star Galaxy Level 5
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

bijna 3 jaar ago | 0

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)] ...

bijna 3 jaar ago | 1 answer | 0

1

answer

Answered
How to add tolerance for isequal?
Uploaded an isequal function with floating-point tolerance settings here, https://se.mathworks.com/matlabcentral/fileexchange/1...

meer dan 3 jaar ago | 0

Answered
Unique values in cell array
My new FEX-submission uniquearray, https://se.mathworks.com/matlabcentral/fileexchange/100134-uniquearray solves this (and wor...

ongeveer 4 jaar ago | 1

Answered
Chinese characters in html not recognized
opt = weboptions('CharacterEncoding', 'GBK'); str = webread(url, opt);

meer dan 4 jaar ago | 0

Answered
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...

bijna 5 jaar ago | 1

Answered
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 ...

bijna 5 jaar ago | 2

Answered
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...

meer dan 10 jaar ago | 11

| accepted