John Medina
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
107,516
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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>>
7 years ago | 0 answers | 0