From: John D'Errico on 22 Jul 2010 10:11 "mohd Alabdulmuhsin" <tears_ha4(a)hotmail.com> wrote in message <i29i6k$1mc$1(a)fred.mathworks.com>... > anyone knows how to code hearts game in matlab?? Yes, but do you?
From: Marco on 22 Jul 2010 10:22 "John D'Errico" <woodchips(a)rochester.rr.com> wrote in message <i29jhr$s3j$1(a)fred.mathworks.com>... > "mohd Alabdulmuhsin" <tears_ha4(a)hotmail.com> wrote in message <i29i6k$1mc$1(a)fred.mathworks.com>... > > anyone knows how to code hearts game in matlab?? > > Yes, but do you? eval('%SystemRoot%\system32\mshearts.exe')
From: Jan Simon on 22 Jul 2010 11:36 Dear Marco, > eval('%SystemRoot%\system32\mshearts.exe') EVAL is an overkill for evaluating a comment line. However, it is one of the few examples for the safe using of EVAL. Perhaps you mean this: sysroot = getenv('SYSTEMROOT'); system(fullfile(sysroot, 'system32\mshearts.exe')) But I might admit, that I do not find MSHEARTS in my system32 folder... Kind regards, Jan
From: mohd Alabdulmuhsin on 25 Jul 2010 23:20 "us " <us(a)neurol.unizh.ch> wrote in message <i29ig1$jpe$1(a)fred.mathworks.com>... > "mohd Alabdulmuhsin" <tears_ha4(a)hotmail.com> wrote in message <i29i6k$1mc$1(a)fred.mathworks.com>... > > anyone knows how to code hearts game in matlab?? > > yes > us ok. can u do it for me please
From: Walter Roberson on 25 Jul 2010 23:53 mohd Alabdulmuhsin wrote: > "us " <us(a)neurol.unizh.ch> wrote in message > <i29ig1$jpe$1(a)fred.mathworks.com>... >> "mohd Alabdulmuhsin" <tears_ha4(a)hotmail.com> wrote in message >> <i29i6k$1mc$1(a)fred.mathworks.com>... >> > anyone knows how to code hearts game in matlab?? >> >> yes >> us > > ok. can u do it for me please Our intelligence agencies report that after Urs was drafted to program Klondike as a matter of National Emergency, his techniques were classified as Nova Gendenkken Artichoke Secret. My security people won't let me program Hearts or anything related, so that I do not accidentally provoke an international incident with a friendly country.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: documentation read Next: clabels within specified plot region |