Question


How can I use a nested for loop to find multiple minimum values in a matrix array ?
I am looking to write a script that will determine what the minimum value in a matrix is, and where it is located For examp...

7 years ago | 2 answers | 0

2

answers

Submitted


Fabry Perot filter modeling and Analysis
Matlab program used to model Fabry Perot filter

9 years ago | 13 downloads |

Thumbnail

Question


MATLAB 2014 b failed during statrup MACosx yosemite
The installation and the activation went fine however I cant seem to start matlab <</matlabcentral/answers/uploaded_files/2...

9 years ago | 0 answers | 0

0

answers

Submitted


Computation Of Antenna Array Paterns plot
Simple matlab program for Computation of Antenna Array patterns and plotting the patterns

11 years ago | 1 download |

Thumbnail

Solved


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

11 years ago

Submitted


Power load cycle using GUIDE MATLAB GUI
Used to calculate the load factor and peak value and plot the results on a daily period basis..

11 years ago | 4 downloads |

Thumbnail

Solved


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

11 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

11 years ago

Solved


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

11 years ago

Solved


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

11 years ago