photo

dwivedi shriprakash


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
259,763
of 301,433

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


error using undefined heading how can i solve it help plz..
clear all clc syms t x y dia=10 Sover=75 a = 0 b = dia*Sover/2/pi/95 per_pass=3 theta = 0...

8 years ago | 1 answer | 0

1

answer

Question


how i get the x and y value with two given eqation
Xc(4) = 0.9304, Yc(4) = 0.9304 2014 version R = 25 modifying given equations as follows syms x y N1 = ((...

8 years ago | 2 answers | 0

2

answers

Question


empty sym what its mean how i solve it help plzz
syms x y P Q eqns = [(((x-Xc(4)).^2) + ((y-Yc(4)).^2)== R^2), (P^2 + Q^2 == R^2)] S = solve(eqns, [x y P Q]) S =...

8 years ago | 0 answers | 0

0

answers

Question


Hi i have following code which shows some error how i solve it plzz help
clear all clc syms t x y %points to define the bezier curve Px = [10 50 60 70]; Py = [30 60 0 20]; ...

8 years ago | 2 answers | 0

2

answers