
Ayda
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
Statistiche
RANK
234.134
of 281.759
REPUTAZIONE
0
CONTRIBUTI
16 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
31.25%
VOTI RICEVUTI
0
RANK
of 134.104
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Domanda
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 ...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
FCFS code
Good Morning\ Evening I have number of processes and each process has its arrival time the question require to simulate pro...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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] ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 12 anni fa | 4 risposte | 0
4
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 = ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 12 anni fa | 0 risposte | 0