Community Profile

photo

VENKATESAN SEETHARAMAN


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error when compiling a code obtained from github
when I run a certain code that I downloaded from github, I'm faced with an error. The code is being compiled using mex. Can some...

6 years ago | 0 answers | 0

0

answers

Question


Error when building with MEX
I'm learning how to run c++ codes using matlab. For starters I tried building the HelloWorld program in a .cpp file which I have...

6 years ago | 1 answer | 0

1

answer

Question


Rotating a circle, defined on the x-y plane, about the y-axis.
I want to rotate a circle defined on the x-y plane about the y-axis by an angle of 90 degrees. I used the rotation matrix but i...

6 years ago | 2 answers | 0

2

answers

Question


determine the coefficients of a polynomial
How to determine the constant coefficients (A, B, C, D, E) of a polynomial of the form: y = Ax^0.5 + Bx + Cx^2 + Dx^3 + Ex^4 ...

7 years ago | 1 answer | 0

1

answer

Question


Dividing a scalar by a vector
I understand that in order to divide a scalar, say a, by a vector, say b, I need to use the following syntax: c = a./b. But w...

8 years ago | 0 answers | 0

0

answers

Question


Find the coordinates of intersection of two lines
I have two lines in the form y1 = 1 + tand(theta1)*x and y2 = 1 - tand(theta2)*x How would I be able to determine the point...

8 years ago | 1 answer | 0

1

answer

Question


Error 'undefined function or variable' occurs even when the variable is defined
*This is my program:* f=[0 0 0 0 0 0 0 0 0 0 0]; f=f'; n=1:0.1:10; m=1; for count = 0:1:10 m=m+1; ...

8 years ago | 2 answers | 0

2

answers