photo

Ema


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
39,131
of 298,572

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
1

RANK
 of 20,619

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,704

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Riemann sum multiple dimensions
I have 2 tasks. a) Try to approximate the volume of a sphere with radius 1. Do this with riemann sum in matlab. What ive done...

8 years ago | 1 answer | 0

1

answer

Question


Two variables multiple constraints in calculus.
<<https://se.mathworks.com/matlabcentral/answers/uploaded_files/76159/problem_4_5.jp g>> clear all a) -----------...

8 years ago | 1 answer | 1

1

answer

Question


Min.problem in a geometric problem
Suppose we have three points in the plane p^(i), i = 1,2,3 and calculate the point that lies closest to these three points. T...

8 years ago | 0 answers | 0

0

answers

Question


Calculus Matlab two variables
<</matlabcentral/answers/uploaded_files/76159/problem_4_5.jpg>> % code clear all a) ------------------------- r1 =...

8 years ago | 1 answer | 0

1

answer

Question


Calculate length of a curve in 3d
Ive ploted a rising spiral with the following code. clear all syms t real ezplot3((sqrt(9)).*cos(9./2.*t), (sqrt(16))....

8 years ago | 1 answer | 0

1

answer

Question


Calculate shortest distance between 2 lines.
I got 2 lines: Line 1 = (x,y,z) ∈ (Real numbers/3d), x=10+3t, y=−1+2t, z=−1.5−0.01t, t ∈ Real numbers Line 2 = (x,y,z) ∈ (...

8 years ago | 2 answers | 0

2

answers