Statistica
15 Domande
0 Risposte
RANK
157.977
of 300.813
REPUTAZIONE
0
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
53.33%
VOTI RICEVUTI
0
RANK
of 171.169
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
Feeds
Domanda
In a sorted vector ,how do I compare first element to other elements and then find if there are any duplicates , if yes take their indexes and replace it with 0
A = [ 1, 1 , 2, 3, 4] I want to first compare first element to all other elements, if there is any duplicate (like 1, 1 in t...
circa 7 anni fa | 4 risposte | 0
4
risposteDomanda
I have a main class which takes 2 arguments, Two arguments(Same) are coming from 2 another classes which are doing differnet computations . Now I need to define a 3rd argument which allows user to specify which class he wish to chooses .
Lest say : Main Class is : obj = mainClass (a,b) other 2 classes which uses a,b are : 1) obj = Sum(a,b) 2) obj = Diff(a,...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
I need to map a binary array to 2 differnet values corresponding to 0 & 1
A= zeros(320,320); A(60:180,60:180)=1; lets say I wanna make all 1's = 2+3i and all 0's equals to 8-4i. What would be the...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I fill an array with 1's in particular rows and columns that I want
array = zeros(100, 100) Now, I need to make a square filled with 1's(on the boundary as well as inside), from row 20 to 80 an...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Whats wrong with the below equation , I get an error message when i keep this equation in a for loop to run multiple times.
Expected one output from a curly brace or dot indexing expression, but there were 2 results. Error in line : I= obj...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
I am plotting (x,y) coordinates in a simple plot and the plotted values lies in 1st Quadrant.However, I want to see all the 4 quadrants , how to customize it?
Lets say my cordinates are as follows x= [0 1 2 3 4 5] y= [0 1 2 3 4 5] However, i want to set my axis from : x= (-20 ,...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
How to save variable (Sum1) which is a plot , so that I can use it in later subsection to do some more computations.
for ik=1:40 Image = S(ik)*((abs(Phi(:,:,ik)).^2)); Sum1= Sum1+Image; end mesh(fftshift(X),fftshift(Y), fft...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
HI, Following code generates 3 subplots for 3 different value of ik in 1 window , since the loop iterates ik= 1:3. I need to modify this peice of code to generate a single plot for variable Sum merging all three value of ik into one plot
Sum=0; for ik=1:3 Image = S(ik)*((abs(Phi(:,:,ik)).^2)); Sum= Sum+Image; subplot(3,1,ik); mesh(fftsh...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I multiply two variables of form A(:,:, i) and B(:,:,i) where i = 20
SO basically , I need the product of these 2 variables for 20 iterations and then add the products. I tried using * and .* but ...
quasi 8 anni fa | 2 risposte | 0
2
risposteDomanda
I want to see the plot for absolute value of FPhi(abs(Fphi)) in real frequency grid and not with this fftshift. What should i do to see the real plot and not the centered/fftshift one. P.s I tried removing the fftshift commands but didn't work.
mesh(fftshift(fx),fftshift(fy),fftshift(abs(FPhi(:,:,ik))),'FaceColor','flat'); view(0,90);
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
I need to model a source pattern shift on a mesh grid( when light source is tilted by some angle theta)
Situation: when light rays falls vertically (i.e zero degree tilt) , lets say the pattern formed on a grid is at location (x,y)....
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
If anyone can help conceptually,
I have a code which models the light coming from a source normally (In terms of frequency and Wavelength) If I want to tilt the...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
I want to understand the meaning(Syntax) of this line. Someone please explaiin what conditions are being used and what does it exactly mean in terms of variables used
Kf(fmag<=1) = ((1-(nimage*magnification*fth(fmag<=1)).^2)
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
What is meant by this syntax : ( another variable in brackets after a variable)
Jmatf11(fmag>0) = (fx(fmag>0)./fmag(fmag>0)).^2 .* Jmf(fmag>0);
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
What is meant by this syntax : L(1) , what does these braces after any variable mean?
%This is just a portion of code so don't bother about actual values: L = a; n = n1; fmax = n./L; dfx = 1/L(1); dfy = ...
quasi 8 anni fa | 1 risposta | 0

