photo

VENKATESAN SEETHARAMAN


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
158,522
of 300,765

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

10 years 前 | 0 个回答 | 0

0

个回答

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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; ...

10 years 前 | 2 个回答 | 0

2

个回答