sagar bodkhe - MATLAB Central
photo

sagar bodkhe


Last seen: 2년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
CodyFile ExchangeFrom 06/18 to 03/25Use left and right arrows to move selectionFrom 06/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
File Exchange

6 파일

Cody

0 문제
16 답안

순위
N/A
of 297,569

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
3,328 of 20,459

평판
466

평균 평점
4.30

참여
6 파일

다운로드 수
34

ALL TIME 다운로드 수
4157

순위
27,417
of 159,148

참여
0 문제
16 답안

점수
170

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 3
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Shear Force, Bending Moment and deflection Plotting tool
Plots SF, BM and deflection for simply supported statically determinate beams.

4년 초과 전 | 다운로드 수: 5 |

4.0 / 5

제출됨


FEM With MATLAB: Examples 1 to 5
Zip file contains live script files for examples 1 to 5 explain in video series FEM With MATLAB on YouTube.

거의 5년 전 | 다운로드 수: 7 |

5.0 / 5

제출됨


Hilbert Curve Plot in MATLAB
This function plots and animates Hilbert curve of order N>=2.

거의 5년 전 | 다운로드 수: 1 |

0.0 / 5

문제를 풀었습니다


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

거의 5년 전

문제를 풀었습니다


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

거의 5년 전

제출됨


Least Square method to solve ODE (Example 02)
Example02 in the lecture series on FEM with MATLAB

거의 5년 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


Least Square method to solve ODE (Example 01)
Example01 in the lecture series on FEM with MATLAB

거의 5년 전 | 다운로드 수: 1 |

0.0 / 5

문제를 풀었습니다


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

거의 5년 전

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

거의 5년 전

문제를 풀었습니다


Interior angles
Find the sum of interior angles for polygon of x sides.

거의 6년 전

제출됨


FEA of 1D Bar using three node element
Implementation of 1D Bar FEA Algorithm with visualization of displacement and stress contours.

거의 6년 전 | 다운로드 수: 4 |

5.0 / 5
Thumbnail

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

거의 6년 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

6년 초과 전

문제를 풀었습니다


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

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년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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년 초과 전