已回答
In 'wblplot' command how to alter legend?
To display only certain lines on the plot you can pass in the handles to the line objects as a parameter to the “legend” functio...

2 months 前 | 0

已回答
How to change y axis units from decimal to % in probability plots (function: probplot) or Weibull plots (function: wblplot)?
To display the y axis labels as percentages for “probplot” or “wbplot”, you can modify the y-axis tick labels using MATLAB's axi...

2 months 前 | 1

已回答
How does matlab compute the contours of gaussian, student's t or clayton copulas?
Hi Juan, MATLAB computes the contours of a probability distribution like a bivariate gaussian distribution by evaluating the p...

2 months 前 | 0

已回答
How to plot contour for gaussian copula (etc.)
You can use the “copulapdf” function to plot a bivariate gaussian copula pdf and then use the “contour” on these pdf values func...

3 months 前 | 0

已回答
How to give Gray color histogram gray shade instead of blue
Hello Sadika, I assume that you want to change the colour of the histogram to grey just like the way you have changed to gr...

3 months 前 | 0

已回答
Change Figure Bottom Margin
Hello Peter, One easy way to extend the bottom margin of the figure without resizing the subplots is by adding another row ...

3 months 前 | 0

已回答
how to move text away from axis?
Hello Minka, I understand that you have the “ylabel” overlapping with the y-axis of your plot and that you want to increase...

3 months 前 | 0

已回答
Plot different features with Graph
Hello Selina, You can make the plot as shown in the reference image you shared by using the “scatter” and “tiledlayout” func...

3 months 前 | 0

已回答
how to construct a circulant graph ?
Hello Anelmad, You can plot a circulant graph by creating an adjacency matrix to mention the nodes and connections between the...

3 months 前 | 0

已回答
How to make spaces between graphs in a subplot
Hello Linden, I understand that you want to adjust the spacing between the individual graphs of a subplot. You can achieve this...

3 months 前 | 0

已回答
How to generate FMCW pattern
Hello Allen, Please refer to the following documentation decribes how you can generate a FMCW pattern in detail https://www.ma...

3 months 前 | 0

已回答
Jpeg to 3D surface
Hello Pete, It is difficult to reproduce the problem and address the specific issue in the absence of the data you’re using. H...

3 months 前 | 0

已回答
How can I draw "Omnidirectional Antenna Diagram" like this image?
Hello Furkan, You can plot omnidirectional antenna patterns using MATLAB’s “pattern” function. You would need the Antenna Tool...

3 months 前 | 0

已回答
Global ylabel and colorbar in tiledlayout environment
Hello Richard, I understand that you want the title to the left of your plot to have higher separation from the `y` ticks and ...

3 months 前 | 0

已回答
how to create a steering vector of desired beamwidth for beamforming using ULA
Hello Afifa, You can use the “phased.SteeringVector” method of the Phased Array System Toolbox to create a steering vector for...

3 months 前 | 0

已回答
Integration with tobii pro lab
Hi Neha, I found this document on Tobii website that might help you integrate your device with MATLAB and should ensure that yo...

3 months 前 | 0

已回答
plotting a straight line with slope and a single point
Hello Eddy, I understand that you are expecting a linear plot as the outcome of your graphing. The reason you don’t get a line...

3 months 前 | 0

已回答
Effect size, statistical power of the test, and confidence interval (of hypothesis testing)
Hello Sim, The functions “meanEffectSize”  can be used for the non-parametric tests that you’ve mentioned. By default, the ...

3 months 前 | 1

已回答
Plot sphere region by given binary map.
Hello Sareal I understand that you want to project the white area of the binary image on a sphere. The reason you get the sphe...

6 months 前 | 1

已回答
After variational model decomposition "vmd" of my time series data , I'd like to convert each of the subcomponent IMFs to 2Dimages , how am i supposed to that ?
Hello Muskaan I understand that you have 5 IMFs that are 1D signals produced as a result of applying Variational Mode Decomposi...

6 months 前 | 0

已回答
Inner product calculation using discretised Chebyshev points and a energy matrix
Hello, Isabelle I understand that you want to generate the matrix “A”, which is obtained by The attached piece of code impl...

6 months 前 | 1

已回答
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...

6 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
Trying to read serial port input from a torque screwdriver
Hello Suraj, I am not sure whether the device supports serial output, you would have to refer to the user manual or the produc...

8 months 前 | 0

已回答
GLobal stiffness matrix in Matlab for my structure
Hello Vruddhi, I understand that you are facing errors while executing the MATLAB code. There are a few modifications you can ...

8 months 前 | 0

已回答
Problems encountered in solving a quadratic programming problem
Hello, Chenyu Lin I understand that you have set up a QP problem to control the pendulum from an initial state (x_0 = [0; 0]) ...

8 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
Combining a pdeplot3D mesh plot with a quiver3 vector plot
Hello Vincent, I understand that you want to plot a mesh using the function “pdeplot3D” and indicate the force vectors using t...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
I wanted to make a CAD model of Archimedean spiral wind turbine. I am new to MATLAB so wanted your help. To generate the profile of 3d plot of blade could you please help?
Hello Geetansh, I understand from your question that you want to plot profiles of a 3D model of an Archimedean wind turbine. ...

9 months 前 | 0

加载更多