Feeds
提问
What is the problem with this code snippet?
function phi1= @(y) 2*(y-0.5)*(y-1) It says 'Invalid use of operator' on run.
7 years 前 | 1 个回答 | 0
1
个回答提问
why is the histogram showing x vector values on x axis rather than y axis?
% Set the initial state of all replicas rng('shuffle') nRep =2 % Number of replicas for rep = 1:nRep ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Can't find cftool?
>> cftool 'cftool' requires Curve Fitting Toolbox. >> ver ----------------------------------------------------------------...
7 years 前 | 1 个回答 | 0
1
个回答提问
matlab ode45 error
tspan= linspace(0,0.1,1); yinit = [0.5 , 0.8]; [t,y] = ode45(@maths(t,y), tspan, yinit) --->error invalid expression,use pa...
7 years 前 | 1 个回答 | 0

