Community Profile

photo

Elanorin Weaving


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to round a matrix to n decimal places
Hi, I am trying to round the matrix to 2 decimal places a=[1.232323 2.23232323; 3.23232323 4.2323232332] round(a,2) I...

9 years ago | 1 answer | 0

1

answer

Question


Attach two docohedrons in matlab
Hello. I created a docohedron in Matlab, <</matlabcentral/answers/uploaded_files/33599/Imagetobesimulated.PNG>> I have...

9 years ago | 0 answers | 0

0

answers

Question


How to replace a value in function
Hello, I automate the following function f=@(x)0; for i=1:3 h=@(x)x(i)^2 f=@(x) f(x) +...

9 years ago | 2 answers | 0

2

answers