Feeds
답변 있음
Why does the same View property for Axes with different PlotBoxAspectRatio result in different views?
Hi Aaron, The behaviour arises because of the "axis equal" command. When you use the "axis equal" command, it adjusts the plot ...
Why does the same View property for Axes with different PlotBoxAspectRatio result in different views?
Hi Aaron, The behaviour arises because of the "axis equal" command. When you use the "axis equal" command, it adjusts the plot ...
12일 전 | 0
| 수락됨
답변 있음
conformal mapping of circle
To transform a circle using conformal mapping, you can directly apply the transformation to the equation of the circle. Here’...
conformal mapping of circle
To transform a circle using conformal mapping, you can directly apply the transformation to the equation of the circle. Here’...
12일 전 | 0
답변 있음
Alternative to scatter3 plot
I am assuming the data you have, i.e. X, Y and Z are vectors. In this case, you can use the “scatter3” function without the loop...
Alternative to scatter3 plot
I am assuming the data you have, i.e. X, Y and Z are vectors. In this case, you can use the “scatter3” function without the loop...
12일 전 | 0
답변 있음
How to plot the electric field using when the desired signal is small and there are many data points
Assuming that you want to plot the magnitude of the z component of the electric field in a 2D space specified by the variables “...
How to plot the electric field using when the desired signal is small and there are many data points
Assuming that you want to plot the magnitude of the z component of the electric field in a 2D space specified by the variables “...
18일 전 | 0
답변 있음
Suggestions for a more efficient way of writing this code
Hello Grey, Assuming that you want to maintain the variable names as you have specified, since you are retrieving the data fr...
Suggestions for a more efficient way of writing this code
Hello Grey, Assuming that you want to maintain the variable names as you have specified, since you are retrieving the data fr...
18일 전 | 0
답변 있음
How to detect Black object centers in binary image without inverse it using connected component label
Hello Bharat, You can use connected components without inverting the image by just inverting the logic of the image while pass...
How to detect Black object centers in binary image without inverse it using connected component label
Hello Bharat, You can use connected components without inverting the image by just inverting the logic of the image while pass...
24일 전 | 0
답변 있음
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...
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...
24일 전 | 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...
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...
25일 전 | 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...
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...
25일 전 | 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...
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...
대략 1개월 전 | 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...
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...
대략 1개월 전 | 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 ...
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 ...
대략 1개월 전 | 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...
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...
대략 1개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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 ...
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 ...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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...
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...
대략 2개월 전 | 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 ...
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 ...
대략 2개월 전 | 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...
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...
5개월 전 | 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...
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...
5개월 전 | 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...
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...
5개월 전 | 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...
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...
5개월 전 | 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...
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...
7개월 전 | 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...
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...
7개월 전 | 0