已回答 close terminal window
Yes, if I type exit in the terminal, it close the windows.
13 years 前 | 0
提问
close terminal window
Hi,
I make a program wich open the terminal window(C:\WINDOWS\system32\cmd.exe) at each time it's fired. I use it in a loop, so...
13 years 前 | 4 个回答 | 0
4
个回答
提问
Vector operations
I'm looking for something that can repeat a vector without. For exemple, here a is repeated 4 times :
a = [1,2,5];
b = cell...
已回答 Good programming practice...
However, the difference seems to be indistinguishable considering a certain precision whatever the number of repetitions.
t...
13 years 前 | 0
已回答 Need help creating a loop
clear all; clc;
eps = 50; % precision
piOn4 = 1;
for i = 1:eps
piOn4 = piOn4 + (-1)^(i)*(1/(2*i+1))
end
...
13 years 前 | 2
提问
Cell conversion to double
Greetings, Let's say a is a 11x1 cell like this a = '0.000000' '1.000000' '2.000000' '3.000000' '4.000000' '5.000000' '6.000000'...
已回答 MySQL + MATLAB -> Invalid connection
Hi folks,
I finally fixed the prob !
First, I downloaded MySQL ODBC driver 5.1.
Then, I add it in Start > Settings > C...
MySQL + MATLAB -> Invalid connection
Greetings,
I'm trying to set up MySQL with MATLAB with no success. I downloaded EasyPHP 5.3.8.1 and I created a simple databas...