Community Profile

photo

ahmad


Active since 2012

Statistics

Content Feed

View by

Question


Read Results Using boxplot
hello, I wrote a program using java that makes some calculations and then gives the result in a text file, I need to read thi...

11 years ago | 0 answers | 0

0

answers

Question


matrix with multiple matrices
hello all, I have the following example c1 c11 c111 c11' c111' c111...... c2 c22 c222 c22' c222' c222.... ..... c...

11 years ago | 2 answers | 0

2

answers

Answered
reading data from dataset.txt
this is converting the text in to cell is there another way to convert it to string ??

11 years ago | 0

Question


reading data from dataset.txt
hello all, i have this file that contain the following #NB_OF_USERS_PAIRS 1 1 2 2 #NB_OF_EDGE_PAIRS 2 ...

11 years ago | 2 answers | 0

2

answers

Question


martix with mod question
i have the following code for i=1:n1*n2 for j=1:n1*n2 gi=mod(i,n2) if(~gi) gi=n2; end gj=mod(j,n1) if(...

11 years ago | 1 answer | 0

1

answer