photo

E


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
Python
Spoken Languages:
English

统计学

All
  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

提问


How do I get just the x and y axis to show up?
Hello, i know that using the function grid on i can get a grid on my graphs. However, what function do i have to use to just mak...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Is there a way to achieve the same result as the xlim, ylim functions using different functions?
Hello, i was wondering if there is a way to achieve the same result as xlim, and ylim with a different set of functions? I have ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a function that does the same thing as the numel function?
Hello, I was wondering what other functions could be used to achieve the same result as the numel function?

2 years 前 | 2 个回答 | 0

2

个回答

提问


Plot polynomial using Eueler's method
syms x; y=x.^3 + x.^2- 12*x; %polynomial function dy= diff(y,x)%derivative of y N=100; h=0.1; x=-4:0.1:3; y(1)=-10; y=ze...

2 years 前 | 1 个回答 | 0

1

个回答

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years 前