photo

Burak


Last seen: más de 2 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


For loop through a cell array
Hi, I need to calculate a for loop through a cell array. Each element has 5x5 matrixes. As seen in the code, I need to calculat...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Voxel transform into axes
Hi I have a 3D voxel matrix which is fat of a breast tissue. Matrix size is (331,210,266). I know how to plot voxel data, but I...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Inverse of 3D array with zeros
Hi everyone , I need to calculate inverse of A(v,n,m+N+1) for 3rd dimension , I mean array B, but there are zeros here and I can...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to remove zeros from a 3D array
Hi everyone, I have a 3D array like this A(v,n,m) , I need to remove zero columns and and rows from first 2 dimens ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Changing matrix size in a loop
Hi , I need to calculate a 3D matrix , say A(v,n,i) , here is code for n=1:5 for m=-n:n for v=1:5 ...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matrix Size Changing in a loop
Hi, I need to calculate a matrix say A(v,n,m) like this code for n=1:5 m=-n:n; for v=1:5 for ...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


5D array and Out of memory error
clc clear all theta0=pi/2; a_0=6e-2; r0=a_0; r_d=a_0; N_R=20; drho=(r_d)/N_R; Mphi=30; ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Negative index of a matrix
for n=1:5 for m=-n:n a(m,n)=m*n end end end I got an equation like this but I got negative indexes , how...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Negative index of matrix
Hi , I am trying to calculate gaunt coefficients for μ=-m. But I am stuck with negative index of matrix calculation.If anyone ca...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solving Linear Equation of a Scattering Problem
There is an equation I need to solve like this; Ln+an*Mn=∑Nnm*cm On+an*Pn=∑Qnm*cm summation for m's -infinity to infinity ...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


TE-Wave Scattering from a dielectric cylinder a.k.a Richmond's article
clc; clear all; close all; format long; N=6; Nphi=100; c=3e8; deltaphi=2*pi/Nphi; f=3e8; lambda=c/...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


TE-Wave scattering from a dielectric cylinder
I need TE-Wave scattering MoM code for my project. I got the TM polarization, but I have no idea for the TE polarization case.

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using pcolor function
Hi , I want to plot my f_E function according to thetas and rs.But pcolor doesnt work.I got ??? Error using ==> pcolor at 55 Co...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I plot the functions in my code according to theta?
Here is my code. clear all format long tic N_cut=20; eps0=(10^-9)/(36*pi); mu0=4*pi*10^-7;...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Vectors must be the same lengths error
Hi , here is my code.I got this error Vectors must be the same lengths.Can you help me to solve the problem.Thanks. if true ...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Subscripted assignment dimension mismatch.
hi here is the function (1st one) that I have to calculate and plot http://i48.tinypic.com/axoarn.jpg , I changed my code like t...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why the function I wrote doesnt plot ?
I wrote a function that calculates E(theta) for PEC sphere about electromagnetic plane wave scattering but it does not plot.Wher...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I calculate and plot rayleigh scattering equation?
hi, I want to plot and calculate rayleigh equation.I wrote it , calculated and plotted.But it does not match the graph in my boo...

más de 11 años hace | 1 respuesta | 0

1

respuesta