Displaying 2 results from an estimated 2 matches for "youuse".
Did you mean:
youused
2012 May 06
2
Saving a variable
Hi all,
I´m trying to use write function to save the output of a program (my
constructed "H" matrix)
randz<-matrix(rnorm(1000000),500,2000)
H<-matrix(0,500,2000)
H[1,]<-randz[1,]
for (j in 1:2000){
for (i in 2:500){
if(i<251)
H[i,j]<-0.6*H[i-1,j]+randz[i,j]
else H[i,j]<-H[i-1,j]+randz[i,j]
}}
write(H, file = "datad.txt",2000)
If I ommit the 2000 on
2021 Sep 03
1
MATE 1.20 test build for CentOS 7 available
On 09/03/2021 02:36 AM, Szabo Akos via CentOS wrote:
> On Thu, 2021-09-02 at 16:07 -0400, H wrote:
>> On 08/28/2021 07:51 PM, H wrote:
>>> On August 28, 2021 7:27:13 PM EDT, isdtor <isdtor at gmail.com> wrote:
>>>> H writes:
>>>>>> Thanks for your quick response! I'll try building from the
>>>>>> sourceswhile I'm stuck