photo

Anil Turkkan


The Ohio State University

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

2 File

Cody

0 Problemi
8 Soluzioni

RANK
11.006
of 301.421

REPUTAZIONE
4

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
5.765 of 21.269

REPUTAZIONE
215

VALUTAZIONE MEDIA
3.70

CONTRIBUTI
2 File

DOWNLOAD
3

ALL TIME DOWNLOAD
1919

RANK
46.058
of 174.475

CONTRIBUTI
0 Problemi
8 Soluzioni

PUNTEGGIO
90

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Risolto


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

circa 9 anni fa

Inviato


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

oltre 9 anni fa | 2 download |

2.0 / 5
Thumbnail

Inviato


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

circa 10 anni fa | 2 download |

5.0 / 5
Thumbnail

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

oltre 10 anni fa | 2