photo

Augusto Borges Resende


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


What's the problem?
a = [1 2 3; 4 5 6; 7 8 9] * [0 1 0]’;

4 years ago | 1 answer | 0

1

answer

Question


What's the problem?
I do not know what the code problem is for not plotting: t=-50:1:50; y=(t.^2+9)/(t-3.^2); plot(t,y,'-k');

4 years ago | 2 answers | 0

2

answers

Question


What's the problem?
I do not know what the code problem is for not plotting: x=-100:0.001:100; y=3x+1./(x+2)*(x-3); plot(x, y, 'k-', 'Lin...

7 years ago | 1 answer | 0

1

answer