Statistics
3 Questions
0 Answers
RANK
158,044
of 301,186
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
PFA for the algorithm i'm trying to implement. I have also attached the code i have written but i feel it's not correct. Please, someone help me out on this.
<</matlabcentral/answers/uploaded_files/36755/Capture.PNG>>
10 years ago | 0 answers | 0
0
answersQuestion
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] ...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0