photo

Seifeldin Mohamed


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
1 Respuesta

CLASIFICACIÓN
270.569
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

Feeds

Ver por

Respondida
I need to adda legend to this code, as tried in the last three lines !
Thank you so much, however, how can I chnage the color of the legend itself to be simialr to the color of the y-axis ?

más de 2 años hace | 0

Pregunta


I need to adda legend to this code, as tried in the last three lines !
x = categorical({'Present '; 's'}); y = [2363; 2090]; z = [0.19154; 0.17777]; nil = [0; 0]; yyaxis left bar(x, [y nil], 'gr...

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

2

respuestas

Pregunta


The size of X must match the size of Z or the number of columns of Z.
clc clear all close all %Geometry definition L=0.3; %Length of the The rectangular bar in meter W=0.4...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am trying to plot the each value of C at different theta values, but I found an error. Error: Invalid expression. When calling a function or indexing a variable, use parenth
clear all clc c=[0.5,0.75,1,1.1]; theta=[-pi:0.01:pi]; a=zeros(1,629); for k=c G(k)=(1+4*(a(k)).^2-a(k)).*(sin(theta/2...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


the code print -inf in TT matrix. Please anyone helps
clear all close all clc %Geometry definition L=0.3; %Length of the The rectangular bar in meter W=0.4...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error: Index in position 2 exceeds array bounds (must not exceed 31).
clear all clc %Geometry definition L=0.3; %Length of the The rectangular bar in meter W=0.4; ...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


While I am running this code I get this error, could anyone knows how to solve it ? (Unable to perform assignment because the size of the left side is 1-by-41 and the size of)
clear all clc %Geometry definition L=0.3; %Length of the The rectangular bar in meter W=0.4; ...

casi 3 años hace | 1 respuesta | 0

1

respuesta