Community Profile

photo

Hari Tejas Iyer


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Hi, I am working on a project where I have to save 960 figures for future individual analysis. So I thought it best to save them in a 'cell' or 'struct' .mat file to load and plot when necessary. Please advice on how to re-plot from a .mat file.
x = rand(1,1000); y = rand(1,1000); z = rand(1,1000); h = scatter3(x,y,z); S = struct('fi',h);--------------------%S...

mer än 5 år ago | 2 answers | 0

2

answers

Question


Volume Visualization for multidimensional array.
Hello, I am trying to visualize 4-columns of data in volume plot. Here the first 3 columns are the variable inputs, for my...

mer än 8 år ago | 1 answer | 0

1

answer