![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/31615605_1696947201489_DEF.jpg)
Ioannis
Followers: 0 Following: 0
Statistica
3 Domande
0 Risposte
RANK
144.338
of 297.016
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
12 mesi fa | 1 risposta | 0