Ioannis
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
234,863
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
The output size of the lambert_equation function that follows should be 1x1x3 but it is 1x3x3. Does anyone identify the problem? Thanks, in advance!
% The following syntax is used inside a double-for loop in the main script: [v1_2(i,j,:), v2_prime_2(i,j,:)] = lambert_equati...
8 months ago | 1 answer | 0
1
answerQuestion
An error of unable to perform assignment because the size of the left side is 1-by-1-by-3 and the size of the right side is 1-by-3-by-3 when I am using the following:
% Vectors and Matrices Initialization: v1_2=zeros(360,76,3); % each element of the 360x76 matrix is a velocity vector v2_prime...
9 months ago | 1 answer | 0
1
answerQuestion
How do I calculate the cross product of two vectors, when the first vector is an element of a N-array and the second vector is an element of an NxD matrix;
% The N-array vector initialization: r1=zeros(i,:); % i: varies from 0 to 360 % The NxD matrix initialization: r2=zeros(i,j...
9 months ago | 1 answer | 0