photo

KarlHoff


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
1,715
of 300,527

REPUTATION
40

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
18

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to Write all of an if-statement in a Single Lline?
You can employ logicals as factors toggling between 0 and 1: B = 2 + 1*(A~=1); %or %B = 3 + (-1)*(A==1) ; % just roles revers...

4 years ago | 4

Answered
How to draw an arrow using non normalized coordinates?
For me, using MATLAB R2018b, the following works to produce an arrow at a location specified in data coordinates: anArrow = an...

5 years ago | 14

| accepted

Question


Can the arrows of a quiver plot rotate around their mid point?
I am plotting nematic orientation using quiver plots (without arrowheads). Data is stored as an angle, with values limited to a...

8 years ago | 1 answer | 0

1

answer