Answered How to set scale range for a contour?
Hello, Antonin
The code gives you an error because the size of the vectors “X” and “Y” doesn’t match the size of “data”. The fu...
1 year ago | 0
Answered Battery model for overdischarge
Hello Tiago,
I understand that you want to model the behaviour of an overdischarged battery. You can represent the battery usi...
Answered Interpolate points with reference to a surface
Hello Sachal,
I understand that you have a surface plot with two points, and you want to connect the two points with a line th...
Answered Morphing a stent graft
Hello, Alessandro
I understand that you have a triangulated surface and want to smoothen it, below are a few approaches you can...
Answered Fourier Series Fitting using Fit function
Hello, Mustafa
You can use the “fit” function to fit a Fourier model to your data by following the ode format below
f = fit(x,...
Answered Polynomial Regression, camera RGB to CIE XYZ
Hello, Roger
I understand that you have two matrices one representing "X","Y" and "Z" coordinate information and the other rep...
2 years ago | 0
Answered Displaying Colourbars in subplots
Hello, Johnny
I tried simulating you code and I am able to see the colorbar for the individual subplots. The figure below shows...