답변 있음 close terminal window
Yes, if I type exit in the terminal, it close the windows.
대략 13년 전 | 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년 전 | 답변 수: 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년 전 | 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년 전 | 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...