Feeds
提问
using fimplicit with an equation
I am trying to create a plot of a 3D implicit function given by : sin(x + y) + sin(x − y) + sin(y + z) + sin(y − z) + sin(x +...
8 years 前 | 0 个回答 | 0
0
个回答提问
programming the number of steps till every element of a set appears
I need to write a program that simulates the following experiment. I have a set of N cards to collect, and at each stage of t...
8 years 前 | 1 个回答 | 0
1
个回答提问
ode45 not enough input arguments error
trying to solve a 2nd order ODE using ode45, i looked up several tutorials to help me as i was working through it. My code looks...
8 years 前 | 1 个回答 | 0
