Feeds
提问
User request within a function
Hello, I am using a function to solve a coupled differential equation. function [vec] = ode45func(x,z) k = input(...
8 years 前 | 1 个回答 | 0
1
个回答提问
binomial theorem and MATLAB
Hello, I habe 3 variables: x= 0.988:0.0001:1.012; y= (x-1).^7 y2=x.^7-7*x.^6+21*x.^5-35*x.^4+35*x.^3-21*x.^2+7*x-1; ...
8 years 前 | 2 个回答 | 0
