
Dev
Followers: 0 Following: 0
Feeds
已回答
How may I show a multi modal distribution?
Hi @Maria Amr, The plot provided in the question above shows a multi-modal distribution modelled as a mixture of Gaussians (Gau...
How may I show a multi modal distribution?
Hi @Maria Amr, The plot provided in the question above shows a multi-modal distribution modelled as a mixture of Gaussians (Gau...
1 day 前 | 0
已回答
Expanding a matrix with for loop
Hi Mareeah, To expand the matrix ‘alfa’ from 1x20 to 40x20, we can first declare the expanded matrix. Next, we can use the “li...
Expanding a matrix with for loop
Hi Mareeah, To expand the matrix ‘alfa’ from 1x20 to 40x20, we can first declare the expanded matrix. Next, we can use the “li...
1 day 前 | 0
已回答
Laplace and inverse laplace
Hi @Maths Maths, We can find the Laplace and the Inverse Laplace transforms in MATLAB by manually applying the definitions of t...
Laplace and inverse laplace
Hi @Maths Maths, We can find the Laplace and the Inverse Laplace transforms in MATLAB by manually applying the definitions of t...
1 day 前 | 0
已回答
What is the best way to export a figure into visio as vector?
Hi @Amro Alsabbagh, To export a MATLAB plot for use in Microsoft Visio, we must preserve its vector quality so that the lines a...
What is the best way to export a figure into visio as vector?
Hi @Amro Alsabbagh, To export a MATLAB plot for use in Microsoft Visio, we must preserve its vector quality so that the lines a...
2 days 前 | 0
已回答
laplace transformation for array
Hi @mouh nyquist, To perform the Laplace transformation for the array M = [exp(x) 1; sin(y) i*z], we first need to define symbo...
laplace transformation for array
Hi @mouh nyquist, To perform the Laplace transformation for the array M = [exp(x) 1; sin(y) i*z], we first need to define symbo...
27 days 前 | 0
已回答
Compare two tables, show same elements with correct id
Hi @Miki Arswark, In order to show the ‘id’ whenever ‘T1’ and ‘T2’ both have a logical 1, we can leverage the following steps- ...
Compare two tables, show same elements with correct id
Hi @Miki Arswark, In order to show the ‘id’ whenever ‘T1’ and ‘T2’ both have a logical 1, we can leverage the following steps- ...
27 days 前 | 0
已回答
Point cloud with Matlab
Hi @QS, To divide a point cloud into four quadrants, we can loop through each point using a ‘for’ loop and assign it to a quad...
Point cloud with Matlab
Hi @QS, To divide a point cloud into four quadrants, we can loop through each point using a ‘for’ loop and assign it to a quad...
27 days 前 | 0
已回答
Changing Vector Plot to Curve - Please HELP!
Hi @Allison Bushman, By calculating the area swept by h{13}, I am assuming that we aim to calculate the area covered by the h{1...
Changing Vector Plot to Curve - Please HELP!
Hi @Allison Bushman, By calculating the area swept by h{13}, I am assuming that we aim to calculate the area covered by the h{1...
28 days 前 | 0
已回答
Surface Area at given hight of an STL file
Hi @Omar, We can follow the following steps to calculate the surface area in the X-Y plane, while traversing along the Z-direct...
Surface Area at given hight of an STL file
Hi @Omar, We can follow the following steps to calculate the surface area in the X-Y plane, while traversing along the Z-direct...
28 days 前 | 0
已回答
Generating chaotic sequence with possitive numbers
Hi @Vijay v, To generate a chaotic sequence, we can use a logistic map which is a simple mathematical model that exhibits chaot...
Generating chaotic sequence with possitive numbers
Hi @Vijay v, To generate a chaotic sequence, we can use a logistic map which is a simple mathematical model that exhibits chaot...
29 days 前 | 0
已回答
Curve fitting in a for loop?
Hi @Kelly McGuire, In order to plot all the data points and curves plotted on the same plot using a ‘for’ loop, the code prov...
Curve fitting in a for loop?
Hi @Kelly McGuire, In order to plot all the data points and curves plotted on the same plot using a ‘for’ loop, the code prov...
29 days 前 | 0
已回答
Import pytorch and use hdl coder to create system C code
Hi @Amogh, To generate System C code using the HDL Coder application in MATLAB R2024b, this application requires two basic file...
Import pytorch and use hdl coder to create system C code
Hi @Amogh, To generate System C code using the HDL Coder application in MATLAB R2024b, this application requires two basic file...
2 months 前 | 0
| 已接受
已回答
How to implement LH, HL, HH in DWT of an image ?
Hi @moustafa abada, In the code provided above, the Haar wavelet low-pass filter is already computed as ‘Scale_filter’. We also...
How to implement LH, HL, HH in DWT of an image ?
Hi @moustafa abada, In the code provided above, the Haar wavelet low-pass filter is already computed as ‘Scale_filter’. We also...
2 months 前 | 0
已回答
How to draw a square wave if you have amplitude and period
Hi @marko skoric, We can use the ‘square’ function in MATLAB to generate a square wave. For more details on how to do so, plea...
How to draw a square wave if you have amplitude and period
Hi @marko skoric, We can use the ‘square’ function in MATLAB to generate a square wave. For more details on how to do so, plea...
2 months 前 | 0
已回答
how to convert image values into pixels and viceversa
Hi @srinath g, Since you aim to obtain a 2D matrix from an image, I am assuming that you are working with grayscale images. We ...
how to convert image values into pixels and viceversa
Hi @srinath g, Since you aim to obtain a 2D matrix from an image, I am assuming that you are working with grayscale images. We ...
2 months 前 | 0
已回答
1. How can I create a own 3D scalar data volume like "flow", 3D- spiral ?
Hi Wolfgang, By mentioning a 3D data volume, I am assuming that you refer to a collection of data points in three-dimensional s...
1. How can I create a own 3D scalar data volume like "flow", 3D- spiral ?
Hi Wolfgang, By mentioning a 3D data volume, I am assuming that you refer to a collection of data points in three-dimensional s...
2 months 前 | 0
已回答
How can I add an automatic legend to a graph with 10+ lines?
Hi John, We can automate the generation of legend titles for any given number of lines using a ‘for’ loop which iterates over t...
How can I add an automatic legend to a graph with 10+ lines?
Hi John, We can automate the generation of legend titles for any given number of lines using a ‘for’ loop which iterates over t...
2 months 前 | 0
已回答
Where is the mistake? This code doesn't work.
Hi Furkan, In order to plot data onto specific planes in MATLAB R2023b, I am assuming that by “plot on specific planes” you aim...
Where is the mistake? This code doesn't work.
Hi Furkan, In order to plot data onto specific planes in MATLAB R2023b, I am assuming that by “plot on specific planes” you aim...
2 months 前 | 0
已回答
Numerical integration of N by 1 matrics
Hi Usurupati, To plot a voltage wave from a charge density vector, we will first understand the relationship between charge den...
Numerical integration of N by 1 matrics
Hi Usurupati, To plot a voltage wave from a charge density vector, we will first understand the relationship between charge den...
2 months 前 | 0