Vector field rotation using Rotation (Transformation) matrix

Animation to demonstrate the use of the 2D rotation matrix in a vector field

Al momento, stai seguendo questo contributo

%% Vector Field in 2D Rotation
% by Prof. Roche C. de Guzman
clear; clc; close('all');
%% Given
f = @(x,y) [1+0*x; sin(x.^2 + y.^2)]; % anonymous fx: f(x,y) = (1)i + (sin(x^2 + y^2))j
xi = 1; xf = 3; yi = 1; yf = 3; n = 8; % x and y initial and final values, and number of elements
the = 30; % rotational angle [deg]
fr = @(x,y) ROT(f,x,y,the); % anonymous fx for rotation

Cita come

Roche de Guzman (2026). Vector field rotation using Rotation (Transformation) matrix (https://it.mathworks.com/matlabcentral/fileexchange/71356-vector-field-rotation-using-rotation-transformation-matrix), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Interactions, Camera Views, and Lighting in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0