我一直收到错误"错误使用 - "" Matrix尺寸必须同意" 这段代码。任何人都可以帮助我并确定我哪里出错了吗?我应该得到8个f对d的情节。
P=500;
N=1:1:8;
a=-0.4;
b=-1;
Kd=700;
d50star=(1./(10.^(Kd*(N.^a)*(P-115).^b)))
w0=0.45;
d=0:0.1:10
d50N0=5;
if d50star < 0.33;
w=(1-(2.3*d50star))*w0
else
w=(3.4-(5.5*d50star))*w0
end
d50=(1-d50star)*d50N0;
f=1-(1./((1+exp((d-d50)/w))))
答案 0 :(得分:0)
脚本中至少有两个错误:
1)在最后一行d
d50
尺寸为1x101
N=1:1:8;
大小为1x8
尺寸不一致与以下定义有关:
d=0:0.1:10
和
./w
2)取决于algoroth,它可以是/w
而不是<?xml version="1.0" encoding="UTF-8"?>
<rootItem xmlns="http://www.w3schools.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="schema.xsd">
<product category="software" type="individual" currentlyOffered="Y">
<tid>725</tid>
<tname>MS Office</tname>
<reviewDate>2017-12-05</reviewDate>
<note staffID="ee21kfj">Need to specify Windows version</note>
<note staffID="ef23mls">Is there a price update?</note>
</product>
<product category="hardware" type="individual" currentlyOffered="TBC">
<tid>511</tid>
<tname>Mouse</tname>
<reviewDate>2016-09-26</reviewDate>
<note staffID="fh26eij">Need to ensure ... minors</note>
<note staffID="mm25por">Need to check ... this</note>
</product>
</rootItem>
希望这有帮助。