Community Profile

photo

Chandramohan Meena


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

0

answers

Question


How to carry out this multiplication.
syms fyi theta x y z r = 2; x = r*sin(fyi)*cos(theta); y = r*sin(fyi)*sin(theta); z = r*cos(fyi); a = [x y z] ...

8 years ago | 1 answer | 0

1

answer

Question


I am currently working on writing a matlab code for time reversal algorithm of photoacaustic images. It includes surface integral of my main function, which is a matrix of 101*7000. I am using a spherical surface.
I am facing problem in carrying out the surface integral of the function. How should i write the code for surface integral. plea...

8 years ago | 0 answers | 0

0

answers