2个回答
展开全部
如果自变量是一组向量,要加点,要是就一个数不用加。
点乘、点除是对向量进行运算的
x=-1:0.1:1;
>> y=1/x
Error using /
Matrix dimensions must agree.
>> y=1./x
y =
Columns 1 through 5
-1.0000 -1.1111 -1.2500 -1.4286 -1.6667
Columns 6 through 10
-2.0000 -2.5000 -3.3333 -5.0000 -10.0000
Columns 11 through 15
Inf 10.0000 5.0000 3.3333 2.5000
Columns 16 through 20
2.0000 1.6667 1.4286 1.2500 1.1111
Column 21
1.0000
>> x1=1;
>> y=1/x1
y =
1
>>
点乘、点除是对向量进行运算的
x=-1:0.1:1;
>> y=1/x
Error using /
Matrix dimensions must agree.
>> y=1./x
y =
Columns 1 through 5
-1.0000 -1.1111 -1.2500 -1.4286 -1.6667
Columns 6 through 10
-2.0000 -2.5000 -3.3333 -5.0000 -10.0000
Columns 11 through 15
Inf 10.0000 5.0000 3.3333 2.5000
Columns 16 through 20
2.0000 1.6667 1.4286 1.2500 1.1111
Column 21
1.0000
>> x1=1;
>> y=1/x1
y =
1
>>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询