Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/variables/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Matlab假设变量为实变量_Matlab_Variables - Fatal编程技术网

Matlab假设变量为实变量

Matlab假设变量为实变量,matlab,variables,Matlab,Variables,在matlab中,如果我将二维向量作为符号syms w[110],并写下这行:假设(w,'real');这个syms real w和just syms w之间有什么区别?如果你的方程可以输出一个复数a+b*那么我假设(w,'real')将确保我们只寻找一个解∈ ℝ (自ℝ ⊆ ℂ)

在matlab中,如果我将二维向量作为符号syms w[110],并写下这行:假设(w,'real');这个syms real w和just syms w之间有什么区别?

如果你的方程可以输出一个复数a+b*那么我假设(w,'real')将确保我们只寻找一个解∈ ℝ (自ℝ ⊆ ℂ)