Community Profile

photo

Briana Pass


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


whenever I use ezcontourf I get an error message. How can I fix this? Or is there another function I can use instead?
syms x y; illum = 300/(4*pi*((x - 5)^2 + (y - 2)^2 + 3^2)) ezcontourf(@illum, [0 10 0 4]); colormap('gray'); axis equaltight...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Where am I making the mistake in my coding? Below attached is the instructions to follow. Can you please specify and correct the line in order to obtain desired result please?
syms x y; illum = 300/(4*pi*((x - 5)^2 + (y - 2)^2 + 3^2)) ezcontourf(illum, [0 10 0 4]); colormap('gray'); axis equal tight ...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How do I fix my meshgrid?
This is the code i have inserted and im getting this. Where is the mistake in my coding and how do I fix this? gridspacing=-8:0...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to complete this matrix?
Use the meshgrid function with the following data: -8: 0.5: 8 Use the following equation: R=x2+y2 treat x and y as vectors Use...

4년 초과 전 | 답변 수: 0 | 0

0

답변