提问


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

10 years 前 | 2 个回答 | 0

2

个回答

已提交


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

11 years 前 | 2023 次下载 |

5.0 / 5
Thumbnail

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

已提交


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

13 years 前 | 1369 次下载 |

5.0 / 5
Thumbnail

已解决


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

13 years 前

已提交


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

13 years 前 | 755 次下载 |

1.0 / 5
Thumbnail

已解决


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

13 years 前

已解决


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

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

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

14 years 前