Feeds
질문
Why do I get Subscript indices must either be real positive integers or logicals using this code? It appears that the error is in the last two lines. How can I solve this?
clear close all %Set up movie fig = figure; %movien = avifile('Vicsekmovie','FPS',3,'compression','none') ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Hi!! What is wrong in my code?
syms x y t 0<=t & t<=1; eqns = [x^2 + y^2 -1 == 0, x - t*cos(0)==0, y - t*sin(0)==0]; vars = [x y]; [solv, solu] = solv...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
How can you determine if a vector in R3 belongs to a three dimensional region with its conditions?
For instance v=(1,2,3) satisfices x^2 + y^2 + z^2 < 1?
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Could you help me write the codes in a general way, to run simulations of the movement equation of the graph below? At least give me an idea concerning the conditions given within such second order equation
<</matlabcentral/answers/uploaded_files/105588/matlabQ.png>>
거의 8년 전 | 답변 수: 0 | 0