統計
MATLAB Answers
7 質問
0 回答
ランク
of 170,941
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
