Use theplot3dcommand to plot the interpolated surface. > plot3df,g,0..2,0..2,transparency=0.5,color=red,blue A 1-dimensional example. > points≔0,1,3,4,6 points≔0,1,3,4,6 ...
I would like to transport this to a rectangular mesh because using MATLAB's 'slices' would be very beneficial to visualize the flow. To visualized this I basically have a pyramid to start with, and need to mesh it into a rectangle that encompasses it all. My 3D data is bro...
pdegplot(g,EdgeLabels="on") xlim([-1.1,1.1]) ylim([-1.1,1.1]) Create anfemodelobject for steady-state thermal analysis and include the geometry into the model. Get model = femodel(AnalysisType="thermalSteady",...Geometry=g); Assuming that this is an iron plate, assign a thermal cond...
I want to interpolate the switching behaviour of a SiC MOSFET with different currents in between the values i have already measured (300A, 450A, 600A). I tried to use the meshgrid/griddata function, but the problem ist that the interpolated graphs do not fit. This seemes ...