
Saeid
Professional Interests: Rheology, Polymer Processing, Rubber Mechanics, Polymer Physics, Micromechanics, Finite Difference Method, Finite Element Method, Computational Fluid Dynamics, CFD, Viscoelasticity, Constitutive Modelling, Material Science
Statistics
RANK
6.778
of 260.457
REPUTATION
5
CONTRIBUTIONS
108 Questions
6 Answers
ANSWER ACCEPTANCE
68.52%
VOTES RECEIVED
4
RANK
of 17.900
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.893
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Is it possible to decide which line is variable names in readtable?
I want to use readtable to read data from an excel file. As I understand, in readtable, the first line is automatically the vari...
8 días ago | 2 answers | 0
2
answersQuestion
3D Surface plot of a body for which the xyz coordinates are given
I have an extremely large (in the order of 1-3 million data points) xyz array that defines a body in 3D space. I would like to ...
9 días ago | 0 answers | 0
0
answersQuestion
Searching for slightly different versions of one string in another string array
I am looking for slightly diffeerent versions of a string S in the array A. For example, the string S that I am searching for ma...
alrededor de 2 meses ago | 1 answer | 0
1
answerQuestion
Finding elements in string or cell array with common strings
Consider two arrays A & B: A={'blah_12_blah' 'blah_456_blah' 'blah_789_blah' 'blah_NPQZ_blah'} B={'blah_NPQZ_blah' 'blah_135_b...
2 meses ago | 1 answer | 0
1
answerQuestion
Is it possible to save 2D or 3D graphics in a common CAD format (STEP File or .dwg file)?
Is it possible to create a 2D or 3D graphic shape in MATLAB and then convert it into a common CAD file?
4 meses ago | 0 answers | 0
0
answersQuestion
Repeating the rows of an array by a number given by another array
Consider the array: x=[linspace(1,4,4)' linspace(5,20,4)'] I would like to repeat each row by a number given by another array...
5 meses ago | 2 answers | 0
2
answersQuestion
Combining a number and a string array (both columns) into a single column string array.
How can the number array: NUMM=linspace(1,10,10)' and the string array: STRR=repmat('X='10,1) be combined to give a string a...
5 meses ago | 2 answers | 0
2
answersfsolve yields initial guess as solution to non-linear equation
Thank you Davide! This really works, although it is not completely indpendent from the initial guess. Of course I know that an i...
5 meses ago | 0
Question
fsolve yields initial guess as solution to non-linear equation
I am currently trying to solve a non-linear equation using the following program: clc; format long g; a=0.5; Eta0=100; t12=1e...
5 meses ago | 2 answers | 0
2
answersQuestion
Average number of y for y=f(x) where there are several y values for the same x
I have an array y where y is a function of x but for every x there are multiple values of y. x=[x1 x1 x1 x1 x1 x2 x2 x2 x2 x3 x...
5 meses ago | 1 answer | 0
1
answerIdentifying numbers within a long string containing multiple occurrences of text and numbers in one row
Thank you both!
6 meses ago | 1
Question
Identifying numbers within a long string containing multiple occurrences of text and numbers in one row
Read from a text file, my input array contains one row that looks like this: x y z...
6 meses ago | 2 answers | 0
2
answersQuestion
Assigning array-type names to elements of a GUI or App
How can I assign names coming from a string array to the elements of an App? Example: I have the following string array CBNam...
6 meses ago | 1 answer | 0
1
answerQuestion
Finding local minima and maxima of DSC curves using islocalmin and islocalmax
DSC (Differential Scanning Calorimetry) is a thermal analysis method used in material science and chemistry to understand the th...
7 meses ago | 0 answers | 0
0
answersShifting one curve to a reference curve using error minimization (fmincon from the Minimization Toolbox)
Sure. I just did!
7 meses ago | 0
Shifting one curve to a reference curve using error minimization (fmincon from the Minimization Toolbox)
Hi Mathieu, thanks for the elaborate response and sorry for my late reply. Yes, it worked pretty well! Saeid
7 meses ago | 0
Question
Shifting one curve to a reference curve using error minimization (fmincon from the Minimization Toolbox)
I need to shift the red curve ONLY horizontally to overlap with the black one. This should be possible using error minimization ...
8 meses ago | 3 answers | 0
3
answersQuestion
Curve Fitting Using External Function
Using the Curve Fitting Toolbox, is it possible to put the fitting function outside of the fittype? A general example of the way...
9 meses ago | 1 answer | 0
1
answerQuestion
How to recognize discontinuity of slope in numerical data
I am dealing with a set of data that, when plotted, shows a breaking point as shown in circles. How can I identify these points ...
10 meses ago | 1 answer | 0
1
answerQuestion
Solving set of nonlinear equations with multiple roots
I would like to solve the set of nonlinear equations for x & y, where the set of equations if defined in the function "Uniaxial"...
10 meses ago | 0 answers | 0
0
answersQuestion
Complex roots of sin(2*x)-2*x=0
How can i use fsolve to obtain the complex roots of the equation: sin(2*x)-2*x=0?
11 meses ago | 2 answers | 0
2
answersQuestion
Delete/remove entire rows and columns containing an element that satisfies a condition (e.g. when the element is an imaginary number)
In an array containing elements that are imaginary numbers, how can I remove the entire row(s) and column(s) containing any of t...
12 meses ago | 2 answers | 0
2
answersQuestion
Combining two character arrays so that the elements of one of them is added in between the elements of the other one
I want to combine two character arrays x='ABCDEFGHIJKLMNOPQRSTUVWXYZ' and a='AAAAAAAAAAAAAAAAAAAAAAAAAA' so that A is alte...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Finding the elements within a certain range [XMin, XMax] in every column of an array, then converting all the elements of each column within that range to the minimum of that range
I want to find all the elements within a certain range in every column of an array. For example, I want to find all the elements...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Finding the elements within a certain range [XMin, XMax] in every column of an array, then converting all the elements of each column within that range to the minimum of that range
I want to find all the elements within a certain range in every column of an array. For example, I want to find all the elements...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Find element satisfying condition in 3D array, then apply operation to all elements in the column number
I have two 3D arrays A & B with I x J x K elements. I want to find all the elements that satisfy a certain condition in A (e.g. ...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Integral of exp(-x)*P(x)/Q(x) in terms of exponential integral in symbolic tooblox
I am trying to find an analytical soltuion to the integral I= int(exp(-x)*P(x)/Q(x),x,0,inf) where P and Q are both polynnomi...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Shifting datasets using error minimization and optimization
In the field of polymer rheology, it is sometimes necessary to perform tests at different temperatures and then shifting them to...
más de 1 año ago | 0 answers | 0
0
answersQuestion
How to use external function to plot a graph in GUI or app designer
Currently I can only write the plotting command inside the code view of my GUI form. In cases where I need to write multiple com...
más de 1 año ago | 1 answer | 0
1
answerQuestion
Referring to a specific column of a uitable as logical (with checkboxes)
My program needs to read data from a database and then add checkboxes to an extra column on the right hand side of the data. How...
casi 2 años ago | 1 answer | 0