photo

Rob Robinson


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
6,415
of 300,338

REPUTATION
7

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Using edge function as a trigger
I have a very basic simulink model. Inside the function block I have the following code based on the information herehttps://uk....

5 years ago | 1 answer | 0

1

answer

Question


Loading Model on Parallel Workers
I am trying to run a parsim of my Simulink model, varying the value of a resistor. The script seems to get the stage "Loading Mo...

5 years ago | 0 answers | 0

0

answers

Question


Initial Conditions for first derivative defined as a transfer function
I have defined defined a second order underdamped system in the time domain with a non zero initial condition for Y'(t) but can ...

5 years ago | 1 answer | 0

1

answer

Answered
Sum of plots in for loop
I don't think the black curve is the sum of all of these curves as the amplitude would be significantly higher than any of the o...

5 years ago | 0

Answered
Find the coordinates nearest to the center coordinate of a patch in an image
centres = cell((size(ca,1)-1),(size(ca,2)-1)); for r = 1:size(ca,1)-1 for c = 1:size(ca,2)-1 centreP...

5 years ago | 1