
MATLABhelp
Followers: 0 Following: 0
Feeds
提问
Finite Element Analysis (FEA) Truss Analysis
I have a 29x4 matrix named [E] which represents the element properties of a truss structure with 29 elements and 15 nodes. Each ...
6 years 前 | 1 个回答 | 0
1
个回答提问
CAM Design and CAM Contour
A cam is driven by a constant speed motor rotating counter-clockwise at 500 rpm with these specifi- cations: • Harmonic rise (0...
6 years 前 | 0 个回答 | 0
0
个回答提问
Curve Fitting using Least Squares
Given a data table with values of x and y and supposed to approximate relationship between x and y. The first case is a parabola...
6 years 前 | 1 个回答 | 0
1
个回答提问
Curve Fitting using normal equations formulation of least squares
I am given an data table with values of x and y and supposed to approximate the relationship between x and y with a straight lin...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to translate figure so that point1 [0 -1]' is located at the origin?
I began by plotting the original figure with the following code: % Define coordinates of original graph point1 = [0 -1]'; p...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to solve "Not Enough Input Arguments" Error?
I am trying to Write a function capable of displaying Pascal’s triangle for any number of rows to be specified as input. My cod...
6 years 前 | 1 个回答 | 0