photo

Omar B.


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

36 Preguntas
1 Respuesta

CLASIFICACIÓN
255.798
of 302.028

REPUTACIÓN
0

CONTRIBUCIONES
36 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
58.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.509

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 178.268

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 4

Ver insignias

Feeds

Ver por

Pregunta


How to plot the error of two numerical methods on the same graph?
I'm trying to plot the error of two methods, but I got the following error Index exceeds the number of array elements (3) Also...

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

2

respuestas

Pregunta


How to do a loop for different values?
I am trying to find basin of attraction of the roots, and I want to run the code for different values of q ( where q=0:0.2:...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find Basins of attraction for the Halley method?
I am trying to implwment Halley's Mathod to find basin of attraction of the roots, but when I run the code I got a black image. ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I stop the code and get the results?
I am trying to run the Matlab code for Arnoldi method. The code dose not stop because the matrix is too large,. Is there a way t...

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

1

respuesta

Pregunta


How to check two conditions?
How can I check two conditions in if and elseif statment? When I run the following code, I got the last sentence " Your input is...

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

1

respuesta

Pregunta


adjust brightness of image
What is the difference between adjust the brightness of image by order of gamma and by alpha? Also, what is the difference betw...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to evaluate equation at different values?
I'd like to find and save x at different values of mu. Itried to write mu=linspace (2.4,4,1000) but I did not know how to compl...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot 2D Linear Inequality?
How to plot cond1 and cond2 with the cost in one figure? [x1,x2]=meshgrid(0:.1:10,0:.1:10); cond1=x1-x2<=-2; cond2=-0.3*x...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to write a Matlab code to sum 10 terms of rational numbers?
How to write a matlab code to find the sum of 10 terms of the follwing series: (39/2)-(36/5)+(31/10)-(24/17)+...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to collect the output in a matrix?
How can we create the block-tidaigonal matrix T using the output Omegas and Gammas as the picture I attached? n=100; k=2; ...

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

1

respuesta

Pregunta


How to code block lanczos algorithm?
Thanks ....

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

1

respuesta

Pregunta


How to solve two equations for four unknowns?
How to solve the follwoing system for x and y in Matlab? syms x y b r E1=x - y == x/(1+log(b*y+1)); E2=exp(r*(1-x))== 1+log(...

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

1

respuesta

Pregunta


Is there a way to find number of blocks in a matrix?
I have a matrix that has 5 blocks along the diagonal and two consecutive blocks overlap in one diagonal element. How can I comp...

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

1

respuesta

Pregunta


How can I simplify a symbolic expression?
I have computed orthonormal polynomials using Gram-Schmidt process. I got the following last polynomial, How do I simplify it...

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

1

respuesta

Pregunta


How to generate a normal matrix?
How to generate the following matrix in MATLAB? where is real number, and is odd number.

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

2

respuestas

Pregunta


How to generate a nearly symmetric matrix?
How to generate in Matlab a nearly symmetric Toeplitz matrix ?I just know how to construct symmetric or nonsymmetric, but I do ...

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

1

respuesta

Pregunta


How do we know the relation between times and the number of arithmetic floating point ?
I am trying to find out if solution of linear systems of equations with a triangular matrix by the backslash operation in Matlab...

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

1

respuesta

Pregunta


why does my code take so long to run?
I am trying to compute v' * f(A) * v, where f is a given function, A matrix, and v is a unite vector. My code takes along time ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can we compute the derivative of polynomials?
How can we compute the derivative of the (m-1) polynomials at a point? I got the following error: The following error occurred...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to created a specific symmetric Toeplitz matrix?
Hi , Could you please help to simplify the following code. I created a symmetric Toeplitz matrix where its eigenvalues [ 0.28878...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I measure time on MATLAB?
Hi, I am trying to measure the running time of solving system of linear equations using tic , toc. I have to compute the system ...

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

1

respuesta

Pregunta


How to compute arccos for a matrix?
I would like to compute the arccos for a matrix. I know when I want to find log(), exp(), and sqrt () for a matrix , we use logm...

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

1

respuesta

Pregunta


How to calculate expm of a matrix?
Hi all, I am trying to run the following but I got an erorr Error in expm if ~all(isfinite(A),'all') How can I fix that err...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to delete the last rows and columns?
How to delete the last three rows and three columns from the following matrix without change N and then multiply the last off di...

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

0

respuestas

Pregunta


How to create a Toeplitz matrix?
How to create a symmetric positive definite Toeplitz matrix with entries ?

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

1

respuesta

Respondida
What type of function Matlab has help to construct symmetric matrix?
Thank you so much . I really appreciate your help.

más de 6 años hace | 0

Pregunta


What type of function Matlab has help to construct symmetric matrix?
What type of built-in functions (such as function Toeplitz) that come with Matlab help us to construct a symmetric matrix (not ...

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

4

respuestas

Pregunta


Evaluating Function at Matrix ?
How can we evaluate the following function at matrix A?

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

1

respuesta

Pregunta


how to create a symmetric Toeplitz matrix with bounds on eigenvalues?
Is there a way to creat a symmetic Toeplitz matrix of size 400 X 400 with real entries and its largest eigenvalue is 5 and the s...

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

2

respuestas

Pregunta


How to generate a symmetric Toeplitz matrix?
How to generate a symmetric Toeplitz matrix ?

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

1

respuesta

Cargar más