Pregunta


Identifying blocks of data in excel data input
I need to read data from large excel files that are composed of smaller blocks that are typically separated by free spaces and h...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Looking for string sequence within excel table with an unidentified number of spaces inbetween characters
Let's assume that I am looking for the sentence: "This sentence has 27 characters" inside a large excel table, which i...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding cells with specific string in cell array and substituting them
In a cell array named CC I search for a specific string, ' -' and I want to substitute the contents of all those cells with some...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Cinditional if for array
I want to activate some function on two matrices (e.g. multiply them) depending on the condition that two matrices A & B are no...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Curve Fitting Using Outside Parameter
I am trying to find a fit to a set of (X,Y) data where X varies between 0.001 & 1000 and the form of the fit functions is as sho...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Inserting multiple columns into an existing matrix in equal distance
I would like to break down the red matrix (see below) into 3 columns and insert each column in equal distance into the yellow on...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding numerical array to cell array
I have a cell array of the form: C={'Tom', 'Student', 'Jim', 'Faculty', 'Clare', 'Student'} and a numerical array of the...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solving Boundary Value Problem in 2D
I am trying to solve the 2D boundary value problem (energy equation for non-isothermal flow of non-newtonian fluids) inside a ch...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Diluting large arrays by eliminating columns whose numbers are factos of an integer
Dealing with a numerical problem, sometimes my program ends up producing large data arrays(e.g. 100X1000). Due to numerical limi...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Looking for multiple string subjects within excel input array
I have a table composed of string and numerical entries: <</matlabcentral/answers/uploaded_files/92271/StringSearch.png>> ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Equalizing array of uknowns with a known array
I have a vector of known values such as V=[0.012 2 0.47 100] and I wnat to assign these values to parameters from a different ma...

más de 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Creating vector from another vector containing 2x2 matrix indices
I have an MxN matrix A. I can find the minimum of values in each column of A by: [Amin imin]=min(A(1:end),:) where imin is the...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


creating multidiagonal matrix from a basic square matrix
For a finite difference code I need to create a multidiagonal matrix from a basic square matrix A: <</matlabcentral/answers/u...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Histogram Data for mXn data matrix
I have an nxn array for which I can easily draw a histogram, but if I want to perform further statistics on the data I need to k...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Obtaining width of section along a line in contour plot
I use _ginput_ to select a hanful of points on a contour plot, created from xyz data. Now I want to create a vector that e.g. ...

casi 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Values of selected array indices
Imagine an array A of the form: <</matlabcentral/answers/uploaded_files/85273/array.png>> I would like to select certa...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Parameter vectors outside integration function
I am trying to calculate a double integral with three varibales in the form of a vector AB and another scalar B also as a pareme...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solving 3 integral equations to obtain 3 parameters appearing in integrands
I have a series of integral equations: <</matlabcentral/answers/uploaded_files/76442/IntegralEq.png>> Where f, g, and h ar...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Skipping fzero error in a loop
I am trying to solve an algabraic equation with two parameters that are varying in a loop. The basic form of the program is as f...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Create Sparse Finite Difference Matrix without Loop
In dealing with a finite difference problem over a 1-D domain composed of i nodes, I am trying to create a sparse matrix of elem...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function as sum of functions in fsolve
I want to solve a set of nonlinear equations over two unknowns x(1) & x(2), e.g. in the form: <</matlabcentral/answers/upload...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


xlsread with file names in arrays
I have 3 excel files with following names 'Input1.xls' 'Input2.xls' 'Input3.xls' Is there a way to define an arr...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Perofrming statistics over non-zero elements of mXn array
I would like to perform statistics, e.g. averaging (or any other function, for that matter), over the non-zero elements of an _m...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fslove Equation with variable coefficients
Using fsolve, I want to solve a non linear set of equations such as k*exp(-exp(-(x(1)+x(2)))) - x(2)*(1+x(1)^2)=0 x(1...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Recognizing empty spaces in excel file
Imagine a section of an Excel file of the form shown below: <</matlabcentral/answers/uploaded_files/68269/excel.png>> I ca...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding String to Table in App Designer
I try to add a string array into a table in a simple MATLAB app and all it shows is the NaN text in cells. Do App Designer table...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Finding Indices of Cells Containing Certain Text in Mixed Arrays (Both Numbers and Strings)
I sometimes have to deal with excel files that contain columns of the following format: <</matlabcentral/answers/uploaded_fil...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Coefficient Matrix for Savitzky-Golay Data Filtering
Starting from a polynomial coefficient vector such as: [-3/35 12/35 17/35 12/35 -3/35] I would like to create a coefficient ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Import of mixed string and numerical data from excel file
I am currently trying to import data from an Excel file. The data typically looks like this: <</matlabcentral/answers/uploade...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Differential Equation with Array Coefficient
Consider the following differential equation: <</matlabcentral/answers/uploaded_files/59195/MSF.png>> where *c* represents...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Cargar más