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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
