photo

Simon


Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
89,717
of 301,487

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,303

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,775

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


How to add a shared ylabel on the right hand-side of a figure, when combining tiledlayout and yyaxis?
In addition to a shared ylabel on the left hand-side of a figure, I want to put a shared ylabel on the right hand-side of the ti...

3 days ago | 1 answer | 1

1

answer

Question


How to include an arrow as text in the label of a plot?
The axes of figures for publications adhering DIN 461 respectively include an arrow that points in the same direction that the v...

2 months ago | 2 answers | 0

2

answers

Question


How do I get bold formatted subscript mathematical expressions in MATLAB using LaTeX?
I want to format the variable as given as an axis label for a figure using the the latex interpreter: Both, g and R, should be ...

8 months ago | 2 answers | 0

2

answers

Question


How do you match the width of figures in a tiledlayout when using axis equal?
There are 4 figures combined in a tiledlayout. The respective ratio of their dimensions is 1:1, using axis equal. However, their...

10 months ago | 3 answers | 0

3

answers

Answered
How does c2d(...,method) compute the matrices Ad and Bd for both 'zoh' and 'foh' as method?
Btw, I seem to have found out what c2d() does, yet, I'm not sure why it does what it does, at least in the 'foh' case. First th...

1 year ago | 0

Question


How does c2d(...,method) compute the matrices Ad and Bd for both 'zoh' and 'foh' as method?
Given a continuousTimeStateSpaceModel comprising the matrices A, B, C, and D (albeit D = 0) and given a sample time Ts, how does...

1 year ago | 2 answers | 0

2

answers

Question


How do you compute the product of a matrix and each column of another matrix without a for loop in MATLAB, or is this just not possible?
A 4x14 matrix (C) is multiplied by each column of a 14xN matrix (x) - hence by N individual 14 element column vectors - to form ...

2 years ago | 1 answer | 0

1

answer