photo

Seifeldin Mohamed


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
223,187
of 300,343

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,149

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
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 ?

2 years 前 | 0

提问


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...

2 years 前 | 2 个回答 | 0

2

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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; ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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; ...

3 years 前 | 1 个回答 | 0

1

个回答