문제를 풀었습니다


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

거의 5년 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

거의 5년 전

문제를 풀었습니다


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...

거의 5년 전

문제를 풀었습니다


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:...

거의 5년 전

답변 있음
RK 6 method giving large errors
Did you compare it with solution from ode45 or ode23s in the matlab?

거의 5년 전 | 0

답변 있음
I want my graph to be continuous
It may work if you do by following Scott MacKenzie's advice or maybe you can do like this t = [0:1:6, 6.01:0.01:6.99, 7:1:30]; ...

거의 5년 전 | 0

제출됨


Read abaqus input file to get the data, nodes or elements
This version extracts more data from abaqus input file like the nodes, elements, element types, as well as node sets, element se...

대략 5년 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


add all the same-sized symbol matrices in a cell array
adding matrices inside cell array

대략 5년 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


3D voronoi via fem mesh, the voronoi3d class, visualization
The project defines a voronoi3d class, which can generate 3d voronoi polyhedrons from fem mesh and visualize them

대략 5년 전 | 다운로드 수: 5 |

0.0 / 5
Thumbnail

제출됨


FEM mesh for rectangular or cuboid, postprocess, conversion
The project aims to produce 2d or 3d finite element mesh on a rectangular or cuboid and postprocessing contour are presented

대략 5년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail