photo

Anil Turkkan


The Ohio State University

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

I am the developer of the DAS 2D/3D software. (compliantanalysis.com)

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

2 文件

Cody

0 个问题
8 个答案

排名
11,006
of 301,513

声誉
4

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
2

排名
5,768 of 21,310

声誉
216

平均
3.70

贡献数
2 文件

下载次数
6

ALL TIME 下载次数
1922

排名
46,389
of 175,013

贡献数
0 个问题
8 个答案

评分
90

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

9 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

9 years 前

已解决


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

9 years 前

已解决


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

9 years 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已提交


Cantilever Beam Analysis
Numerically solve the large deflection Euler–Bernoulli beam equation

9 years 前 | 4 次下载 |

2.0 / 5
Thumbnail

已提交


Intermediate GUI Tutorial
Intermediate GUI Tutorial package which is also a complete framework for developing advanced GUis

10 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已回答
How to change the size of an image loaded into the push button automatically when the window size of a GUI(GUIDE) changes.
I don't think changing units property will do anything on buttons. If you display an image using an axis, the image will be scal...

10 years 前 | 2