A répondu
How shall I resolve the warning of Merging of Pdfs?
Nice little utility (and overall apache pdfbox functionality), I just tried it, it worked and it didn't even give me an error (b...

environ un an il y a | 0

| A accepté

A répondu
Concatenate two vectors with different dimensions and sort the result in an ascending order.
vertcat(A,B) or cat(1,A,B) or just [A;B] is what you need to concatenate vertically. then just sort Your code however gives the...

environ un an il y a | 1

A répondu
How can I get latitude and longitude range for each US state in MATLAB?
With: states = shaperead('usastatelo'); one for example gets 'BoundingBox', 'X', 'Y' among others for each US state states(is...

environ un an il y a | 0

| A accepté

A répondu
How do I create a colored intensity plot from location and intensity values
Could imagesc work? sysize = 100; maxintensity = 20; npoints = 13; coords = randi(sysize,[npoints,2]); imatc = nan(sysize); ...

environ un an il y a | 1

| A accepté

A répondu
Problem with array and save file?
Do you need a 3D cell and then rehsape it or can you create it like the 2D table you want already? videosn = ["Searching for Bo...

environ un an il y a | 0

| A accepté

A résolu


Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...

environ un an il y a

A résolu


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

environ un an il y a

A résolu


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

environ un an il y a

A répondu
I would like to find bursts among neuronal spikes.
There are several features that you may want to take into account depending on your data and on what you want to do. The simples...

environ un an il y a | 0

| A accepté

A répondu
Why do I see a drop in the last datapoint (Nyquist frequency) of the spectra derived from pwelch?
It may be because it's the Nyquist frequency, rolloff/aliasing/edge artefacts should happen afterwards at higher freqs but in so...

environ un an il y a | 0

| A accepté

A répondu
Reconstruction of a Signal from the Real Part of Its Discrete Fourier Transform for matlab
N = 14; %ns = 0:N; xn = 1/2*(randn(N, 1) +1i*randn(N,1)); %random complex signal x_n = [0+0i;xn;zeros([N,1])+0i]; % M or nume...

environ un an il y a | 1

A répondu
I am getting the same processed image result from easch iteration of the loop.I want to get the respective processed image from each iteration of the loop.
COuld the problem (just a first glance) be here? myFiles = dir(fullfile(myDir,'*.png')); %gets all png files in struct for k ...

environ un an il y a | 0

| A accepté

A répondu
Plotting surface tangent to surface plot
You should use a matrix, not a scalar or vector, as the error says. Z (and T) are vectors, probably an issue with how you defi...

environ un an il y a | 0

A répondu
How in the world am I supposed to install MATLAB on Linux Ubuntu 20.04?!
cd mounted/directory/with/matlab ./install But you probably already tried that. Add sudo first before the command maybe. You...

environ un an il y a | 0

A répondu
Indexing in complex cell arrays
To simplify, since you are working with cells that contain only single colums or rows (and not multiple like in a matrix), a{1} ...

environ un an il y a | 0

| A accepté

A répondu
Extract data points from multiple plot in one figure on Matlab
Your figure axes have 3 graphic objects, the first is the green line and the last is the Observed and Simulation ones. In betwee...

environ un an il y a | 0

A répondu
plot running time complexity
Well, in this figure the functions behind the lines are just not the simple ones displayed. Otherwise for example all n^n and n^...

environ un an il y a | 0

| A accepté

A résolu


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

environ un an il y a

A résolu


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

environ un an il y a

A résolu


Distance of the centroids of the balls
Given *n* balls of radius *r* and the vector *p (nx3)* with all position *(x,y,z)* of the balls, return the symmetric matrix *A ...

environ un an il y a

A résolu


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

plus d'un an il y a

A répondu
Extract one pixel vertical stripes from multiple images and concatenate them in a new image in Matlab
folder = ''; % pwd or C:\Users\etc or /usr/local/ or fullfile or https// or whatever position = 10; % column of pixels in pixel...

plus d'un an il y a | 0

| A accepté

A répondu
For over three dimensional data
How is my whole Uni requesting help like this? Surely there are some people who could help within already... Anyway, you should...

plus d'un an il y a | 0

A répondu
How can I remove double values in an array
"remove rows in C that has zero in the second column" so pretty much the array B but with the 2nd column values of A whenever th...

plus d'un an il y a | 0

A résolu


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

plus d'un an il y a

A résolu


Find similar sequences
Another problem inspired by a question on the <http://www.mathworks.com/matlabcentral/answers answers> forum. Given a matrix ...

plus d'un an il y a

A résolu


Rule of mixtures (composites) - upper bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

plus d'un an il y a

A répondu
how can I modify my code so that whenever my Y axis reaches 2.5E-6 it get constant, means no more variation with x axis.
For a question about a value or a plot, the code you shared is needelessly complicated, you could make it easier for the people ...

plus d'un an il y a | 0

A résolu


Convert String to Morse Code
Convert a given string to international <http://en.wikipedia.org/wiki/Morse_code Morse Code> * Strings will only have [A-z], ...

plus d'un an il y a

A répondu
How can I split the data in cells
countries = {'Finland','San Marino','Serbia','France','Germany','Spain','Ireland','Italy','United Kingdom','Bosnia and Herzego...

plus d'un an il y a | 0

Charger plus