photo

SUBASH K


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
142,557
of 301,464

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

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


Problem in converting expression into double array and error in converting from sym to double
Hi, I have written a code to get Lagrange Interpolation functions used in FInite element analysis. Below is the code. % lagran...

7 years ago | 1 answer | 0

1

answer

Question


Plotting function two functions which is parametric of two symbolic variables?
ya = - (5*r^2*s)/4 + (5*r^2)/4 - (5*r*s^2)/4 + (5*r)/4 + (5*s^2)/4 + (15*s)/4 xa = - (15*r^2*s)/4 + (5*r^2)/4 - (15*r*s...

7 years ago | 0 answers | 0

0

answers

Question


can we convert a vector elements into symbolic variables but all it elements should all act individually as symbolic variabls
k=sym('k',[4,1]) k = k1 k2 k3 k4 >> k1 Undefined function or variable 'k1'. % how to make all elements o...

7 years ago | 1 answer | 0

1

answer