photo

John Medina


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

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

거의 6년 전 | 답변 수: 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...

거의 6년 전 | 답변 수: 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?

대략 6년 전 | 답변 수: 1 | 0

1

답변