Omorodion Solomon - MATLAB Central
photo

Omorodion Solomon


Last seen: casi 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 07/21 to 03/25Use left and right arrows to move selectionFrom 07/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 Preguntas
3 Respuestas

CLASIFICACIÓN
152.115
of 297.672

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.464

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.351

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 3
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


How to build a function fun that takes as input the matrix A and as output provides the matrix B which is produced out of A in the following ways.
First A, which is of dimension n, is split into four submatrices of dimension n/2 times n/2. Then the sub matrix in the bottom r...

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

4

respuestas

Respondida
Please someone help me correct my code. I want to plot a 2D graph for distinct alpha in one single 2D plot. See the attached photo for the guidience
Thank you so much. Lastly, Please how can I apply same to plot this? <</matlabcentral/answers/uploaded_files/743619/IMG_20210...

más de 3 años hace | 0

Pregunta


Please someone help me correct my code. I want to plot a 2D graph for distinct alpha in one single 2D plot. See the attached photo for the guidience
alpha=[0.7, 0.8,0.9,1]; P=1; t=0.5; s=[-5:0.2:5]; A=(1-s.^2)+((P-4).*(t.^alpha))./(gamma(alpha+1)); Plot(s,A,'-r'); xlabel...

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

2

respuestas

Respondida
Can someone please assist me in plotting a 3-D surface?
The approximate and exact solution are not corresponding. Please assist further. Here is my code: <</matlabcentral/answers/...

más de 3 años hace | 0

| aceptada

Pregunta


Please someone should help me debug my error. The approximate solution is supposed to converge to the exact solution. I think i have problem with the code.
i want to plot a graph of the numerical and exact solution. however, the errore is too much. can someone help me to trace my err...

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

1

respuesta

Pregunta


Can someone please assist me in plotting a 3-D surface?
I want to plot a 3D graph of the series when alpha=0.25 and and k=1,2,...10. This is my code but im getting an error : alpha=0...

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

2

respuestas

Respondida
Please assist! Z1= exact solution; Z2= approximate solution. Now i want to plot a 2D graph of the exact and approximate solution in ONE graph to campare the results
Yes, you assisted me in solving it last week and I'm grateful. However, I was told to plot a 2D graph of the approximate and exa...

más de 3 años hace | 0

Pregunta


Please assist! Z1= exact solution; Z2= approximate solution. Now i want to plot a 2D graph of the exact and approximate solution in ONE graph to campare the results
alpha=1;t=0.004; [x,t] = meshgrid(-4:.1:4, 0.1:.2:0.4); exact=(sech(x/4-t/4)).^2; f0=(sech(x/4)).^2; f1=(sinh(x/4).*(cosh(x/...

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

3

respuestas

Pregunta


Please someone help test run this Matlab code and debug it if possible. Please help a student
alpha=input('simulation time alpha=') [x,t] = meshgrid(-4:.1:4, 0.1:.2:0.4); exact=(sech(x/4-t/4)).^2 f0=(sech(x/4)).^2 f1=1...

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

1

respuesta