Community Profile

photo

Ayda


自 2011 起处于活动状态

Good morning

i have write this code and it works well
but there is something i do not know how to do it

this is my code
"function C=OneCamera(x,y)
for i=1:15
for j=1:15
x=1
y=1
d=(i-x)^2+(j-y)^2;
if d<30 C(i,j)=1;else C(i,j)=0;;end
end;
C
S= C(:)'
end"

i want to do for loop so x and j change from 1 to 15 after i and j reach to (15,15)
Professional Interests: optimize the number of cameras

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


round robin Loop.... help plz
Good morning\evening ppl =) i wrote a code for round robin algorithm i had a small problem in the loop and i don't know how ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


For loop
Good evening\morning i want to get the same result of the ascending method from the for loop. I have to use the for loop bec...

12 years 前 | 1 个回答 | 0

1

个回答

提问


round robin
Good Morning\evening i have to write a code for round robin(example 5 processes) i have number of processes and each process h...

12 years 前 | 1 个回答 | 0

1

个回答

提问


FCFS code
Good Morning\ Evening I have number of processes and each process has its arrival time the question require to simulate pro...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Result in complex
Good morning/evening I wrote this code but the result was in complex form Can any one help to convert the result into real nu...

12 years 前 | 0 个回答 | 0

0

个回答

提问


link between m files
Good evening\morning How can I do a link between multi m.files I have a main code that will call the other m files depend...

12 years 前 | 2 个回答 | 0

2

个回答

提问


print in a loop
Good morning\evening how can i print p[1], p[2]... p[n] using for loop I couldn't print using for i=1:3 p[i] ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Camera covered L-shape area
Good evening\morning I work on a project that finds the optimum location of cameras with minimizing the number of cameras. ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


print to output file
Good evening\morning I wrote a code that will give me a root for a function using Bisection Method and False Position Met...

12 years 前 | 0 个回答 | 0

0

个回答

提问


finding root using false position method
Good evening\morning I try to write a code that calculate the root of a nonlinear function using False Position Method, bu...

12 years 前 | 5 个回答 | 0

5

个回答

提问


error when reading from xls sheet
Good evening\morning I have a system of equations and i expressed them in matrix form R=[ R(3)+R(5)+R(8) , -R(5) , 0 , -R...

12 years 前 | 1 个回答 | 0

1

个回答

提问


print a matrix in output file
Good morning\evening I tried to print a result matrix R in an output file. fprintf(fid,'%.3f\t\n %.3f\t\n %.3f\t\n',R); Ac...

12 years 前 | 1 个回答 | 0

1

个回答

提问


save matrixs in different names
Good morning\evening I have written this code that gave me 30 [1*30] matrix I try to save each matrix [1*30] in different na...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Erron in reshaping a matrix
Good morning\evening I had an error when i reshape a matrix when i try to reshape this matrix from (6*5) into (1*30) C = ...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
combine 30 (1*30) matrix to one matrix (30*30)
Thanks Mr.Walter

12 years 前 | 0

提问


combine 30 (1*30) matrix to one matrix (30*30)
Good evening\morning I've 30 (1*30) matrix and would to combine them in one matrix (30*30) Is there a command or should I ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


optimize the number of cameras
Good morning i have wrote this code to see the covered points if we but the camara in a fixed place function C=OneCamera(x,y...

13 years 前 | 0 个回答 | 0

0

个回答