Statistiques
RANG
8 437
of 295 569
RÉPUTATION
5
CONTRIBUTIONS
26 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
30.77%
VOTES REÇUS
5
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 3
2
réponsesA résolu
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 ...
plus de 11 ans il y a
Question
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseA résolu
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 ...
plus de 11 ans il y a
A résolu
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...
plus de 11 ans il y a
A résolu
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:...
plus de 11 ans il y a
Question
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...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 11 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0