답변 있음 How to generate an prime random number??
Hi Priyanka,
To generate a random prime number, you can use the “isprime” function
(https://www.mathworks.com/help/matl...
10개월 전 | 0
답변 있음 How to use myupdatefcn inside an 'if' loop
Hi Kris Adamatzky,
I understand that you are trying to represent 100 songs as scatter plot points where each point is label...
10개월 전 | 0
답변 있음 skewness in random numbers
Hi Tusu,
I understand that you want to generate random numbers between 8 and 32, but instead of the numbers being completely ra...
답변 있음 zoom scatter dots inside a figure
Hi mat,
To make the scatter points appear to zoom proportionally with the figure, you can use ‘SizeData’ property (https://in....
11개월 전 | 0
답변 있음 3-D radiation pattern
Hi Mike,
To generate a 3D radiation pattern in MATLAB, you can use functions like “meshgrid”, “sph2cart”, “surf” etc. You can ...
11개월 전 | 0
답변 있음 getframe didn't capture my axes properly
Hi Osama Alkurdi,
I faced the same issue in MATLAB R2024a, but I notice that the issue is fixed in R2024b.
Hope this helps!
11개월 전 | 0
답변 있음 Scattered 3d data to contourf plot
Hi Tiago,
Here are my observations:
There is a difference in the syntax of scatter3() and contourf(). In “scatter3(X, Y, Z)”...
답변 있음 Animated Discrete Stem Plot
Hi Amritpal,
You're on the right track with animating a discrete-time complex exponential function, but there are a few issues...
11개월 전 | 0
답변 있음 plotting function function handle
Hi Gavin,
To plot a function using a function handle in MATLAB, you can use the “fplot” (https://www.mathworks.com/help/matlab...
답변 있음 plot export to svg 'x' sign changed to '#'
Hi Blazej Poplawski,
I faced this issue as well till MATLAB R2019b, but I see that the export to SVG is fixed in MATLAB R2020a...