已解决


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

10 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

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

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

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

10 years 前

提问


How to plot a 3-D matrix?
I understand that I can use isosurface to visualise a 3D matrix. In the Matlab example, isosurface(x,y,z,v,-3) what is...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Is there a way to speed up matrix calculations by Parallel Computing Toolbox?
For example, I have the following matrix calculation: for j = 1: 1000000 O(i,i,j) = M(i,i).* N(i,i).* J(i,i); en...

11 years 前 | 3 个回答 | 0

3

个回答

提问


Why imwrite generated gif files are smaller than they look like on the screen
I fixed the display figure size on screen by using set(gcf,'Position',[200,200,1000,1000]) Then I used imwrite to cre...

11 years 前 | 1 个回答 | 0

1

个回答

提问


boundary problems of 2-D convolution block in Simulink
Hi experts, recently I'm running simulation of pattern dynamics for the Brusseltor model in the simulink environment. To process...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Create a matrix in Simulink and operate with convolution
Hi experts, I'm trying to run the simulation of the 2D Brusselator model in SImulink. Brusselator model is expressed as: htt...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Arrange a matrix with repeated rows
Hi,experts I have a raw matrix as: a = [125 97 126 104 97 125 104 126]; I'm looking fo...

12 years 前 | 2 个回答 | 0

2

个回答

提问


scan txt file and change related information
Hi, experts I have a txt file, in which there are some information I want to adjust with efficiency. The txt file is actuall...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Connect nodes and edges with different layout
Hi, I create a adjacency matrix, in the form: <http://yed.yworks.com/wp-content/uploads/2011/08/format_adjacencymatrix1.png> ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Operate a string in a cell matrix
Hi, I have a cell matrix imported from excel: [39] [1232] [ 567] [ NaN] [40] [ 48] ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How to save a figure to .ai?
hi all, I have a strange problem on my newly installed matlab 2012a. I want to save a matlab fig to .ai format, so I click "save...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Contributio of row/colum of a Hermitian matrix to the leading eigenvalue
Hi all, thanks in advance that if you can give any clues for my question below: Assume that I have a Hermitian matrix (M = M'...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Beating wave frequency detecting
Hi all, I know that two sine waves with different frequencies superimposed to create beating patterns, but how to detect the fre...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Cross spectral matrix and its Karhunen-Loeve transform
Hi all, I'm doing signal processing but have met a few problems. I'm trying to reproduce the work represented by the paper: "Tr...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Confused about Karhunen-Loeve Transform
Hi all, I've read lots of documents about KLT, but still get confused on how to correctly apply it to a data set. My references...

13 years 前 | 1 个回答 | 1

1

个回答

提问


Paramerer setting for pmtm() multitaper method
Hi all, I'm trying to do spectral analysis by pmtm method: clear clc; close all % artificial data Fs = 300; ...

13 years 前 | 2 个回答 | 0

2

个回答