4 Dimensional visualization

버전 1.1.0.0 (2.18 MB) 작성자: J. Divahar
This is to visualize the functions of 3 variables: z=f(x,y,t), which becomes 4 dimensional problem
다운로드 수: 7.6K
업데이트 날짜: 2010/2/25

라이선스 보기

This is to visualize the functions of 3 independent variables ( v=f(x,y,z) ), which becomes 4 dimensional problem.

It just uses the MATLAB function "slice", in an effective way, leading to customizable 4 dimensional visualization tool.

Function should first be calculated at the required 3-dimensional grid and stored as ?.mat? file in the folder "\Visual_Data\".

The ".mat" files should contain the following variables,

X
Y
Z
V

X, Y, Z are the 3 coordinate points and V is the function. All the variables will be 0f l x m x n in size ( three dimensional array with same dimensions)

One example data file is included in the folder.

Many such mat files can be created and kept in the same folder, which can be selected for visualization from the pop-up menu.

A simple m file (2-lines) Create_Volume.m is also included, which may be useful for generating data for simple functions.

Authors Comment:
-- Was written in a hurry for the author?s own requirement and later refined.
-- Will be useful as a quick tool for many scientific investigations for understanding the structure of any 4-dimensional functions.

인용 양식

J. Divahar (2024). 4 Dimensional visualization (https://www.mathworks.com/matlabcentral/fileexchange/13503-4-dimensional-visualization), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Updated to make it work in non WINDOWS Operating Systems also by changing the path specification using "/"

1.0.0.0

"Error with Slider value" problem was rectified. Thanks to Ms.Srividya for her feedback about it.