Feeds
提问
inserting colorbar in surf plots.
Hello Everyone, I am using surf function to create a 3D shaded surface plot. I also define a variable C which is a 3 dimensi...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to vary colourmap while using surf function
Hello Everyone, I am using surf command to plot a 2 dimensional function Z. The dimensions of Z are 155*125. The minimum val...
11 years 前 | 1 个回答 | 0
1
个回答提问
out of memory error while reading binary file
Hello Everyone, I am reading a binary file whose size is 644 MB. For reading the binary file I use the following command ...
11 years 前 | 2 个回答 | 0
2
个回答提问
remove common elements from 2 array
Hello Everyone, I have two array Arr1 = [301;302;303;601;602;603] and I have another Arr2 = [101;102;301;302;303;601;602...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to use find function in cell array
Hello , I have a 306*1 cell array and each cell array has a matrix of 100*2 elements. I want to find in which particular cel...
11 years 前 | 1 个回答 | 0
1
个回答提问
help required using colormap function in matlab
Hello Everyone, I am using surf function to plot a 2D matrix Z. The matrix has 61 rows and 98 columns. The data varies from ...
11 years 前 | 2 个回答 | 0
2
个回答提问
Store data in cell arrays
Hello Everyone, I know the question below is quite stupid but please help as I am not able o find a solution for it. This is...
11 years 前 | 4 个回答 | 0
4
个回答提问
create multiple mat files for storing data
Hello Everyone, I am reading in data from a device and want to store it in a mat file. Currently I am directly storing my re...
11 years 前 | 1 个回答 | 0
1
个回答提问
problem in parsing data
Hello Everyone, I am reading a binary file using MATLAB whose size is around 96 MB. After I read in the binary file I conver...
11 years 前 | 2 个回答 | 0
2
个回答提问
error in MATLAB while shutting down
I am trying to close my MATLAB but getting the following error Attempt to execute SCRIPT builtin as a function: C:\ProgramF...
11 years 前 | 1 个回答 | 0
1
个回答提问
reading a large binary file in MATLAB
Hello, I have to read in a large Binary file whose size is 92,504 KB. When I am using fread command MATLAB is giving me erro...
11 years 前 | 1 个回答 | 0
1
个回答提问
function without matching end
hello everyone, I have got a m file which reads in data and plots the data in a GUI. In the main file itself there are many ...
11 years 前 | 2 个回答 | 3
2
个回答已解决
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 ...
11 years 前
提问
location of file created by fopen command
hello everyone, I am creating a file using using the below command [fid,message] = fopen('test1.dump','w') my fid is a...
11 years 前 | 2 个回答 | 0
2
个回答提问
Store variable number of data sets
Hello Everyone, I have a matrix of size Z [15*22] elements and in this matrix I want to add some particular set of distance ...
11 years 前 | 1 个回答 | 0
1
个回答已解决
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 前
已解决
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 前
已解决
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 前
提问
Store a particular set points in a new cell array.
Hello Everyone, I had asked a similar question few weeks back but I think that question was not framed properly so please ex...
11 years 前 | 3 个回答 | 0
3
个回答提问
How to use wfilters in MATLAB
Hello , I want to implement Discrete Wavelet Transformation using 'Haar' criteria. I found the relevant document also on math...
11 years 前 | 0 个回答 | 0
0
个回答提问
Access and store cell arrays in a new variable
hello , I have a cell array y of dimensions 672*1 . I want to store the even cell numbers in a different variable. I want to...
11 years 前 | 1 个回答 | 0
1
个回答提问
create sub arrays from a array
Hello Everyone, I am new to MATLAB so I am asking a very basic question which I am not able to solve. I have an array of...
11 years 前 | 2 个回答 | 1
2
个回答提问
create a new array without nan
Hello Everyone, I have a 2D array of size 672*8 in which I have several rows where in first and second column I have a value...
11 years 前 | 2 个回答 | 1
2
个回答提问
join two matrices together
Hello, I have two matrices, MatrixA <177*4> and MatrixB <177*4> . I want to create a third Matrix which takes the first colum...
11 years 前 | 1 个回答 | 0
1
个回答提问
finding the first, second and third maxima in the signal
Can someone please help me with the code for finding the signal peaks in the below figure . I hae tried using for loops, and...
11 years 前 | 1 个回答 | 0
1
个回答提问
Finding the first, second and third maxima in a plot
Hello Everyone, I want to extract the first the maximas in my graph and save the sequence in a seperate variable. I know the...
11 years 前 | 1 个回答 | 0
1
个回答提问
creating a 3d image
Hello, I am using an ultrasonic sensor to scan a test object. I want to recreate the test object using MATLAB from the senso...
11 years 前 | 0 个回答 | 0
0
个回答提问
error using load command.
I am using load command with the file address and name. It was always working fine but now suddenly I am facing a problem. So to...
11 years 前 | 2 个回答 | 0