photo

Gabriel Oliviero


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I change parameters during a plot?
Hello, I have 2D graph like: x = [] hold on for w= 20:100:20000 i= 0.5 x(end+1) = (i*sin(w)) end ...

8 years ago | 0 answers | 0

0

answers

Question


how to vary parameters in Simulink
Hello, I have the attached system and I would like to vary the frequency of the AC source, to make a frequency sweep. Can anyone...

8 years ago | 1 answer | 0

1

answer

Question


How to see matrix of struct type
Hello, I solved a equation and the answer was: s: [8x1 sym] x2: [8x1 sym] How can I see this matrix builded?

8 years ago | 1 answer | 0

1

answer

Question


transform numbers in 10 potencies
Hello, I have a equation of big numbers and I would like to transform them in 10 potencies, like: 1.23e12, 1.43e11... Is there ...

8 years ago | 1 answer | 0

1

answer

Question


How to put an equation in function of a sym
Hello, I have a really big equation like: ((680*f)/3 - 779)*s^12 + ((320*f)/3 - 989)*s^11 + ((210*f)/3 - 432)*s^10... = X ...

8 years ago | 0 answers | 0

0

answers

Question


How to connect solenoid to a system in Simulink
Hello, I'm trying to simulate a solenoid action into my mass, spring, damper model, but I can't connect the solenoid block to th...

8 years ago | 1 answer | 0

1

answer

Question


What is the error of my plot?
if true % code endm5=1.78 c6=0.00036 c7=0.02 c8=0.00004 c9=0.1 k6=167.00 k8=623.00 F = 80 for w= 20:100:1000 ...

8 years ago | 1 answer | 0

1

answer

Question


How to multiply a variable for matrix?
Hello I'm trying to do this kind of operation: A = 20:100:20000 B = [2 3 0 0 0 0; 3 4 -5 0 0 0; 0 7 8 -3 0 0; 0 0 3 2 -3 0...

8 years ago | 2 answers | 0

2

answers