Community Profile

photo

Oskar


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


checking if a value is equal to zero
I need a script to find whether the value of a determinant of a matrix is equal to zero, and to end the program if it is and car...

6 years ago | 2 answers | 0

2

answers

Question


Finding corresponding x value for second graph
I made 2 graphs and need help finding the corresponding 'x' value for the second graph. time_period = [0 181324/20000]; i...

6 years ago | 1 answer | 0

1

answer

Question


Cos function in simulink
Is there any way I could get a cosine wave source in Simulink rather than just a sine wave?

6 years ago | 1 answer | 0

1

answer

Question


Finding the maximum y value for one graph
I have created 2 graphs for my code but when I try to find the maximum y value I get the same answer for both graphs (it's the h...

6 years ago | 1 answer | 0

1

answer

Question


How to create a function with multiple calculations
I have matlab code with 3 different calculations and I am unsure how to put it into a function (I want to solve the code using a...

6 years ago | 2 answers | 0

2

answers

Question


How to get a sin function in simulink
I need a sin function in Simulink to calculate something like 5sin((x/20000)t). I have tried to create a function with 5*sin((u(...

6 years ago | 2 answers | 0

2

answers

Question


Not getting any plots on my graph
My graph using parametric equations isn't showing any plots, just an empty graph and I'm unsure why. t=linspace(0, 20); ...

6 years ago | 0 answers | 0

0

answers

Question


Finding the maximum value for one graph
In my code I have created 2 graphs, I need to find the maximum y values in both graphs and I'm unsure how to do that, at the mom...

6 years ago | 1 answer | 1

1

answer