Community Profile

photo

Ali Baig


Last seen: 2 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Accessing entries of symfun
I am trying to solve a structural mechanics problem for which I have defined clear all close all clc syms psi(x_1, x_2, ...

plus de 3 ans il y a | 3 réponses | 0

3

réponses

Question


Plot surface/3D plots using airfoil points and span at different wing stations.
Hi, I want to plot a wing using airfoil points and span. Alot of sources are availible for this case but my problem is a bit di...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


First variation of functional
Dear all, I am trying to find governing equations of Third-Order Beam Theory from its displacement field. For this, I need to f...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Index of points which satisfy a given equation
Hellow everyone, I am working on a problem in which I have defined following variables: NodesAlongOneDirection = 10 x1 = 0; x...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Order of boundary conditions in dsolve command
I have a set of three linear ODEs. The first ODE involves 2nd derivative of u_1(x_1). The second ODE involves 4th order derivati...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


Numerically integrating a symbolic expression
I am trying to integrate a matrix of symbolic entries in which all entries are function of x and y. This matrix is result of pre...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


Surface Plots on randomly distributed points
Dear All, I am trying to plot a 2D function z=f(x,y) on randomly distributed points using surf command. The code I have writt...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to modify figures programmatically?
I am trying to write a code which # Full screen the figure. # Plots the graph. # Change font size to 24. # Change line w...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Plotting a function over an interval
I am trying to plot a function in which one term is (2^(-1/a))*(1+x)^(1+1/a). When a is very small, for example a=10^-4 or even ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to display coordinates of points in "contourf"?
I have three matrices, X, Y, and Z. I am creating a filled contour plot using the command contourf(X,Y,Z) How can I disp...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Creating a matrix whose entries are matrix
Given a matrix A = [-4 1 0; 1 -4 1; 0 1 -4]; I want to create a matrix _B_ such that B = [A I 0; I B I; 0 I B]; ...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How to make sure that ratios of very large numbers(e^1000+1)/(e^1000-1) is not given as NaN?
I am trying to plot a function T = (exp(x) + 1)/(exp(x) - 1) where x ranges from say -10000 to 10000. Since exp(x) will ...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How to change for loop to parfor loop?
Is it possible to execute the following code using _parfor_ loop? for ii = 1 : 1 : N x_ref = X(ii); y_ref = Y(ii...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Problem with MuPad assumptions
Consider the following lines of code. assume(h > 0) assume (`ν` > 0) assume (U > 0) Pe := U * h / (2 * `ν`) `&xi` ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Legend Error in Matlab 2014a
I am using Matlab 2014a on my school's PC. When I run the following code figure subplot(2,1,1); plot(1:N, E1,'--', 1:N, E2...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Conjugate of an Array Consisting of Symbolic Scalars
Let's assume that there is an array 8x1 array of symbolic scalars, which can be defined using h = sym('h',[8 1]); When...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to simplify an expression in Mupad?
Hello everyone, I am trying to simplify an expression in MuPad. Assume u = (u_2 - u_1) * x + (u_2 + u_1) * y. Is there a way t...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Solving a linear system equations with variables on both sides
I am trying to solve a linear system of equation in which variables occur on both sides. Lu = [Lu1; Lu2; Lu3] A = [1 2 3...

plus de 6 ans il y a | 3 réponses | 0

3

réponses

Question


Differentiation with respect to variable which has been changed to numeric type
Hello, consider the given expression. Here *x* and *y* are symbolic variables and *X* and *Y* are numeric matrices of same size....

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Mesh Plotting in Matlab
Hello, I am trying to perform a simple finite element analysis. To create a mesh, I am using xArray = 0 : 0.1 : 1; yArray ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Convert matrix in single column/row vector
Hi, I have to convert a matrix in one column/row vector composed of all the rows of the original matrix. How can I do this? Than...

plus de 6 ans il y a | 5 réponses | 4

5

réponses

Question


Equation Manipulation in MuPad
Is there a way to simplify from Eq.(A) to Eq. B. <</matlabcentral/answers/uploaded_files/88162/Capture.JPG>>

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to add legends in graphs generated within a for loop.
I am writing a program in which graphs are generated within a for loop. How can I add legends for all the graphs. for jj ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Determining frequecnies from plot
I am working on free response of a non-linear, 2 degrees of freedom vibration system. I have developed mathematical model and im...

presque 8 ans il y a | 1 réponse | 0

1

réponse