Answered
Converting MATLAB code into python code
Hi Aakash To get this running on a HPC system, it would be beneficial to know the details of the HPC system. As I said in my co...

4 years ago | 11

| accepted

Answered
What is the difference between lu() and decomposition([],'lu')?
The two output form of lu() does use a different algorithm compared to the decomposition object. Also, it is not possible to sa...

4 years ago | 0

| accepted

Answered
Zero elements in a matrix more higher than ones (MATLAB)
This is almost certainly not the most efficient way of doing it but it seems to work. Will need the statistics and ML toolbox f...

4 years ago | 0

| accepted

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago

Answered
Different results compared to hand calculation?
I don't know the algorithm you are implementing but I can see some things in your code that look strange to me and can explain w...

4 years ago | 0

| accepted

Answered
R = rotx(ang), roty(ang), rotz(ang) is not working in my MATLAB.
As Scott mentioned, these are in Phase Array Toolbox. Since you have access to it on MATLAB Online, it must be included in your...

5 years ago | 1

| accepted

Answered
Is there any implementation for Mask R-CNN in Matlab?
There's an example on the MathWorks GitHub site matlab-deep-learning/mask-rcnn: Mask-RCNN training and prediction in MATLAB for ...

5 years ago | 1

Answered
is matlab production server included in education license
Update from the year 2021: MATLAB Prodction Server is now included in Campus-Wide Licenses (used to be called TAH license).

5 years ago | 0