Tagged Questions
-1
votes
1answer
31 views
Find condition number of a function with multi variables [closed]
I would like to find the Condition number of a function (f(x)) with multi variables (x).
which can be calculated by
C(x) = ||x||*||f'(x)||/||f(x)||
Here my function is f(x) = a*exp(b(x-s)) with ...
1
vote
3answers
59 views
Program for specific sequence of Integers
I am solving steady state heat equation with the boundary condition varying like this 10,0,0,10,0,0,10,0,0,10,0,0,10.... and so on depending upon number of points i select.
I want to construct a ...
0
votes
1answer
52 views
Unable to plot a surface defined implicitly
I have the following function, which is a bit complicated:
X1=Function[{r,\[Theta],l},4Re[(N[Integrate[E^(-(r^2+R^2)+2 I R l/r) (r+I R)^(2 l)
(LaguerreL[1/2 (-l+n),l,(r^2+R^2)])^2 ...
2
votes
1answer
147 views
Mathematica or Matlab: Which one should a Computer Science under-graduate choose? [closed]
I regret if you find this question green-horn.But I really need your expert advice to make my choice.I am a CS graduate student whose core subjects are stuff like programming,algorithm ...
1
vote
2answers
63 views
Mathematica Table function to Matlab
I need to convert this to Matlab code, and am struggling without the "table" function.
Table[{i,1000,ability,savingsrate,0,RandomInteger[{15,30}],1,0},{i,nrhhs}];
So basically, these values are all ...
0
votes
0answers
75 views
Implementing Symbolic code with Numerical software such as Matlab?
This code is a multilinear implementation provided by my instructor Antti in a team project, programmed in Mathematica. My other team members have created a massive amount of code with novel list-list ...
0
votes
2answers
169 views
Writing Mathematica code in Matlab
Could anyone please tell me how to do this? I am new to Matlab as well as Mathematica. I have my mathematica coding. But, it gives different results when I run it different time. So, I want to run it ...
4
votes
2answers
159 views
How to detect the white gauge board for measuring the level of the water?
I work on a project where I need to measure water level using a white gauge board. Currently my approach is:
segmenting the white gauge board.
measure the water level against the gauge board.
But ...
0
votes
1answer
133 views
Conversion from mathematica to matlab
I have the following code in Mathematica and need to convert it into Matlab but cant for the life of me understand how to do it, though i think i need to use the fzero; command. Please could someone ...
0
votes
0answers
159 views
find intersection between line and Arc/curve in matlab [closed]
Pls check this with attach image. I need to find intersection between line and Arc/curve in matlab,i have line points([x1 y1][x2 y2])and Arc/curve point ([a1,b1][a2 b2]) with center point [x0 y0] so ...
0
votes
1answer
102 views
How can one select components based on some supposed sizes in matlab
do Matlab has alternative for SelectComponents function in mathematica?
how could this wolfram mathematica code be converted to its matlab equivalent.
(* Connected component selection based on some ...
0
votes
2answers
147 views
What are the best libraries or software to numerically solve a nonlinear system? [closed]
I have a system of 8 polynomial equations of 7th grade eight in 8 variables with constraints (minimum and maximum acceptable values).
In your experience and knowledge of what is the most efficient ...
1
vote
3answers
238 views
Complex integration over a contour
I know this is not exactly a programming question, but I've been trying to coax Matlab and Mathematica into solving this for me. This is a question on a practice exam for a class in Complex ...
4
votes
1answer
120 views
How to call a Mathematica function inside Matlab?
How to call a Mathematica function inside Matlab? There are certain symbolic equation manipulation/simiplification that's particularly easy to do in Mathematica, at least to me, and I'd like to use ...
1
vote
1answer
241 views
A Matlab surf like plot with a colormap in mathematica?
I would like to ask the community for help in creating a Matlab-like 3D surf plot with a colormap but in Mathematica. To make the question more specific lets say that we have a set of numbers in 3D ...
1
vote
2answers
127 views
linear combination of curves to match a single curve
I have a set of vectors (length of 50, essentially a set of curves) that i want to try to match another single curve(vector) and obtain the coefficients of each of the vectors in the first set to ...
7
votes
2answers
121 views
How to use plot3 restrict to a certain region in Matlab?
For example, I want to plot the function
f(x,y) =sin(x^2+y^2)/(x^2+y^2), x^2+y^2 <=4π
In Mathematica, I can do it as following:
Plot3D[Sin[x^2 + y^2]/(x^2 + y^2), {x, -4, 4}, {y, -4, 4},
...
2
votes
1answer
185 views
What is better for Image Processing learning/prototyping Mathematica or Matlab? [closed]
I am learning Image processing/Pattern recognition. My background is C++ and basics in OpenCV.
I am looking for a tool to learn how to test all the filters and algorithms on my images easier. Are ...
0
votes
2answers
119 views
How to solve generic algebra using solver/library programmatically? Matlab, Mathematica, Wolfram etc? [closed]
I'm trying to build an algebra trainer for students. I want to construct a representative problem, define constraints and relationships on the parameters, and then generate a bunch of Latex formatted ...
1
vote
1answer
145 views
How can I get the values between two relational operation from an image
I'm trying to obtain the values between two relational operation from an image.
A(34,67,4) is an image with the given values.
I need the values of A between 0 and 16 (0<=A<=16).
When I tried ...
2
votes
1answer
336 views
Find complex roots from a nonlinear equation
I need to find the roots from the equations as follows (Mathematica):
Sqrt[3]/2*x-(I-x*Sqrt[3]/2*c^2)*I/Sqrt[2*Pi]/d^3*Integrate[t*Exp[-t^2/2/d^2]/(Sqrt[3]/2*x+I*(t+b0)),{t,-Inf,Inf}]=0
i.e. as the ...
0
votes
0answers
76 views
Elective dilemma [closed]
I'm a second year college student majoring in Computer Science and Mathematics. This year the Mathematics department requires us to apply for one elective to complement the rest of our course units ...
0
votes
1answer
186 views
export 3d plot from Mathematica into MATLAB
I am using Mathematica to produce some 3d plots but since the files are huge I can't simply manipulate the 3d graphs in Mathematica, so I decided to export them into MATLAB and work with the graphs ...
0
votes
2answers
555 views
Best multivariate polynomial fit in Matlab, Mathematica or R
I have a dataset (x,y) where x is a n-dimensional vector and y is an m-dimensional vector. (m=3, n>2)
My goal is to find the best polynomial in x fitting the (x,y) dataset.
The dimension of x is ...
2
votes
1answer
240 views
equivalent function of subs() of matlab in mathematica
I have a matlab m-file in order to draw an integral as below. I want to rewrite this code in mathematica but I don't know any equivalent function for subs()!! Does any body help me?
syms x y w;
fun = ...
-2
votes
1answer
590 views
change a m-file matlab into mathematica
I've written a matlab m-file to draw a double integral as below. Does everybody can show me its equivalent in mathematica???
tetha = pi/4;
lamb = -1;
h = 4;
tetha0 = 0;
syms x y l
n = ...
1
vote
2answers
105 views
Best program to analyze data from cycle tests [closed]
I've performed some cycle tests of steel joints. The tests conditions include the application of 3 cycles per amplitude value and three different amplitudes were used.
Now I have a huge text file ...
3
votes
1answer
143 views
Collecting disjoint like terms in polynomial expressions
This is my first post on here so thanks in advance and bear with me if I do not follow the format guide.
My problem is as follows: I have several polynomial expressions in the variable "s" up to ...
4
votes
1answer
210 views
Is there a way to import the results or data from Matlab to Mathematica automatically?
Is there a way to import the results or data (such as matrices) from Matlab to Mathematica automatically? Or is there any way to run a Matlab program first and then run a Mathematica program ...
7
votes
2answers
334 views
Return elements of the Groebner Basis as they are found
This question could refer to any computer algebra system which has the ability to compute the Groebner Basis from a set of polynomials (Mathematica, Singular, GAP, Macaulay2, MatLab, etc.).
I am ...
3
votes
1answer
202 views
How to find type and memory location of a defined symbol in Mathematica and Matlab?
In Python, one can find the type and memory location of a function:
>>> def foobar(x):
... x+1
...
>>> foobar
<function foobar at 0xb764d224>
>>>
What's the ...
2
votes
2answers
3k views
Simplifying a very long symbolic expression by automatically introducing temporal variables or in any other way
After attempting to solve a symbolic math problem, I got an expression with about 17000 characters. I am using the symbolic toolbox for Matlab, but I am open to any suggestion (Mathematica, whatever).
...
3
votes
3answers
284 views
How to check whether an infinite set is closed under addition with a computer code?
Given k positive integer numbers a1 < a2 < a3 < ... < ak, and all integers greater than ak, we want to check whether the set A = {ai : i ∈ [1,k]} ∪ {n : n > ak, n ∈ ℕ } = {a1, a2, a3, ... ...
2
votes
3answers
5k views
How to calculate the convolution of a function with itself in MATLAB and WolframAlpha?
I am trying to calculate the convolution of
x(t) = 1, -1<=t<=1
x(t) = 0, outside
with itself using the definition.
http://en.wikipedia.org/wiki/Convolution
I know how to do using the ...
6
votes
4answers
482 views
Image analysis - fiber recognition
I am new to image analysis. Do you know how to binarize this image in such a way to get the fibers only?
I have tried different tresholds techniques etc. But I was not successful. I do not mind ...
0
votes
1answer
471 views
Can this integral be done numerically in either Matlab or Mathematica?
I want to be able to do the integral below completely numerically.
where , and , and are constants which for simplicity, can all be set to 1.
The integral over x can be done analytically by ...
5
votes
4answers
2k views
How to overcome singularities in numerical integration (in Matlab or Mathematica)
I want to numerically integrate the following:
where
and a, b and β are constants which for simplicity, can all be set to 1.
Neither Matlab using dblquad, nor Mathematica using NIntegrate can ...
4
votes
2answers
342 views
Can you perform a delayed set (:= in Mathematica) in Matlab?
So, I've recently converted from Mathematica to Matlab, and while Matlab has most of Mathematica's useful features, I can't figure out how to perform the equivalent of Mathematica's delayed set ...
1
vote
4answers
1k views
Sketching solution curves for differential equations
I have a few differential equations that I'd like to draw solutions for, for a variety of start values N_0
Here are the equations:
dN\dt= bN^2 - aN
dN\dt = bN^2 (1 - N\K) - aN
How would I go ...
1
vote
4answers
858 views
How to draw several graphics in one picture in Mathematica?
Just like hold on in Matlab.
I met this problem when i want to draw several lines in one picture.
The number of lines varies.
3
votes
2answers
820 views
Import[] for MAT file containing struct arrays - Only imports first element?
I am trying to import data from a saved MATLAB struct array, but it seems that Mathematica is only importing the first element.
MATLAB
blank = struct('x', [], 'y', [], 'z', []);
data = repmat(blank, ...
5
votes
1answer
354 views
Why does ToMatlab[] randomly yield invalid matrices in Matlab (vertcat error)? (bugfix included)
I've been using ToMatlab[], available at http://library.wolfram.com/infocenter/MathSource/577/, to convert Mathematica expressions to Matlab in order to numerically simulate a model.
I recently ran ...
0
votes
0answers
859 views
Wavelet coefficient thresholding
I have been doing some experimentations using wavelets on image data in both Mathematica and Matlab. I have identified some piece of code in Mathematica that seems do basically do what I want which ...
0
votes
2answers
843 views
mathematica and matlab interaction with NetLink and data exchange between them
I used the following code in mathematica to call matlab
In[1]:= Needs["NETLink`"]
matlab = CreateCOMObject["matlab.application"]
In[5]:= matlab@Execute["a=[1 2;3 4]"]
I want to get matlab ...
5
votes
4answers
2k views
Finding fixed points / attractors / repellors of a Tent map
I need to find fixed points and attractors of a Tent map function given by the definition below:
xt = (3/2) * xt-1 when 0 <= x <= (2/3)
and
xt = 3* (1-xt-1) when ...
0
votes
3answers
1k views
Matlab vs Mathematica, eigenvectors?
function H = calcHyperlinkMatrix(M)
[r c] = size(M);
H = zeros(r,c);
for i=1:r,
for j=1:c,
if (M(j,i) == 1)
colsum = sum(M,2);
H(i,j) = ...
22
votes
5answers
2k views
How to plot a gene graph for a DNA sequence say ATGCCGCTGCGC?
I need to generate a random walk based on the DNA sequence of a virus, given its base pair sequence of 2k base pairs. The sequence looks like "ATGCGTCGTAACGT". The path should turn right for an A, ...
6
votes
2answers
405 views
Non-windows way to invoke Matlab from Mathematica
This was asked before, but the solution doesn't seem to work on MacOS. Wolfram Library has a package for 7 year old Matlab version. Is there a solution that works on MacOS 10.6 and Matlab 7.9?
I want ...
1
vote
2answers
564 views
flatten from mathematica to matlab
how can i write this command from mathematica to matlab?
total = Apply[Plus, Flatten[mlat]]/L2
,where L2 is a value and mlat a matrix.
0
votes
2answers
643 views
ising model from mathematica to matlab
i have this problem from mathematica,which refers to ising model.Here is a piece of code:
J1k = Table[2 RandomInteger[] - 1, {L}, {L}];
J2k = Table[2 RandomInteger[] - 1, {L}, {L}];
energy1 :=
...


