質問


Using errorbar for multi-column datasets without loop
I have two datasets X and Y and the respective error values of Y stored in errY (each having the size: 100 x 3). Naturally, I ca...

6年以上 前 | 1 件の回答 | 1

1

回答

質問


Saving my own function to be used as MATLAB built-in functions
I would like to write a function that can be called from anywhere regardless of my current working path, just like I use integra...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


Breaking down arrays into multiple smaller arrays
I want to break down an array such as this one: <</matlabcentral/answers/uploaded_files/110941/rpm.png>> into three separa...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Skip error message in solving multiple ODEs in a loop
I am trying to solve a number of differential equations having the same form but varying parameters. E.g.: for n=1:np % np...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Looking for empty spaces in input array from excel
I read data from an excel file with both text and numerical data, and I would like to detect the empty spaces between the rows. ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 0 件の回答 | 0

0

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 2 件の回答 | 0

2

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 3 件の回答 | 0

3

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 1 件の回答 | 1

1

回答

質問


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

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

2

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 0 件の回答 | 0

0

回答

質問


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

8年弱 前 | 2 件の回答 | 0

2

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

さらに読み込む