解決済み


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

12年弱 前

解決済み


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

12年弱 前

解決済み


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

12年弱 前

解決済み


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

12年弱 前

解決済み


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

12年弱 前

解決済み


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

12年弱 前

質問


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

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

13年弱 前 | 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...

約13年 前 | 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...

13年以上 前 | 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> ...

13年以上 前 | 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] ...

13年以上 前 | 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...

13年以上 前 | 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'...

約14年 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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; ...

14年以上 前 | 2 件の回答 | 0

2

回答