Suppress output from assignment in MATLAB.

This commit is contained in:
Bård Skaflestad
2013-05-06 13:37:04 +02:00
parent 18ec43f255
commit 7980f3f6cb
+1 -1
View File
@@ -446,5 +446,5 @@ int main()
std::cout << "Saturation solution:\n"
<< "function s1 = solution\n"
<< "s1 = [\n" << sw1 << "\n]\n";
<< "s1 = [\n" << sw1 << "\n];\n";
}