Feeds
제출됨
MATLAB-ANSYS APDL macro Coupling
Code is to run the FEA analysis of the plate in ANSYS through MATLAB.
3년 초과 전 | 다운로드 수: 6 |
제출됨
Finite Element Analysis (FEA) of 2D and 3D Truss Structure
To plot the Stress and Deformation in 2D or 3D Truss using FEM.
4년 초과 전 | 다운로드 수: 20 |
제출됨
Subplots Divided into Full Figures
This code is to separate subplots into the full plot which you can save.
5년 초과 전 | 다운로드 수: 8 |
제출됨
Cam Profile
This is a code which plots the cam profile for knife edge follower as per the user defined motion
거의 6년 전 | 다운로드 수: 7 |
제출됨
SImple Animation using MATLAB code
simple 2D animation of a car moving in a city using MATLAB code.
대략 6년 전 | 다운로드 수: 1 |
제출됨
Splitting the Number and..
This code tried to find if the entered number can be split into 3 parts such that, the 3rd part will be the sum of the 1st and 2...
대략 6년 전 | 다운로드 수: 1 |
문제를 풀었습니다
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
대략 6년 전
문제를 풀었습니다
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
대략 6년 전
문제를 풀었습니다
Compute Fibonacci Number
Compute the _n_-th Fibonacci Number f(0) = 0, f(1) = 1, f(2) = 1, f(3) = 2, ... f(42) = 267914296
대략 6년 전
문제를 풀었습니다
Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];
대략 6년 전
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
대략 6년 전
문제를 풀었습니다
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
대략 6년 전
문제를 풀었습니다
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
대략 6년 전
문제를 풀었습니다
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
대략 6년 전
문제를 풀었습니다
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
대략 6년 전
문제를 풀었습니다
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
대략 6년 전
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
대략 6년 전
문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
대략 6년 전
문제를 풀었습니다
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:...
대략 6년 전
답변 있음
How to extract subplots from a saved figure to copy say, subplot(1,2,1) into new figure
If you are looking for code to do it, use this <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into...
How to extract subplots from a saved figure to copy say, subplot(1,2,1) into new figure
If you are looking for code to do it, use this <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into...
6년 초과 전 | 3
답변 있음
Distribute the subplots to two different figures
Hey, you can use this code to do that <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into-full-fig...
Distribute the subplots to two different figures
Hey, you can use this code to do that <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into-full-fig...
6년 초과 전 | 0
답변 있음
How to plot N subplots?
You can check this code, might be helpful <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into-full...
How to plot N subplots?
You can check this code, might be helpful <https://in.mathworks.com/matlabcentral/fileexchange/68443-subplots-dividend-into-full...
6년 초과 전 | 0
답변 있음
Running Ansys from Matlab
Check this out, might be helpful. <https://youtu.be/sE3NkH1m24w using MATLAB to run (ANSYS) APDL macro code>
Running Ansys from Matlab
Check this out, might be helpful. <https://youtu.be/sE3NkH1m24w using MATLAB to run (ANSYS) APDL macro code>
6년 초과 전 | 0
답변 있음
Matlab and Ansys Integration
This could be helpful <https://youtu.be/sE3NkH1m24w using MATLAB to run (ANSYS) APDL macro code>
Matlab and Ansys Integration
This could be helpful <https://youtu.be/sE3NkH1m24w using MATLAB to run (ANSYS) APDL macro code>
6년 초과 전 | 0
답변 있음
How can I run ANSYS from MATLAB?
Check this out, might be helpful. <https://youtu.be/sE3NkH1m24w> using MATLAB to run (ANSYS) APDL macro code
How can I run ANSYS from MATLAB?
Check this out, might be helpful. <https://youtu.be/sE3NkH1m24w> using MATLAB to run (ANSYS) APDL macro code
6년 초과 전 | 0
답변 있음
I get message "ANSYS Program has stopped working" when I try to run Ansys by Matlab!
Check this out, might be helpful. https://youtu.be/sE3NkH1m24w%20 using MATLAB to run (ANSYS) APDL macro code
I get message "ANSYS Program has stopped working" when I try to run Ansys by Matlab!
Check this out, might be helpful. https://youtu.be/sE3NkH1m24w%20 using MATLAB to run (ANSYS) APDL macro code
6년 초과 전 | 0
제출됨
Projectile Motion Plotter
Plots the motion of projectile based on initial speed and angle.
거의 7년 전 | 다운로드 수: 1 |
제출됨
SFD and BMD for Beams
Cantilever and Simply Supported beams under Point, UD, and UV Loads
대략 7년 전 | 다운로드 수: 10 |