photo

AZ Sajjad


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
216,966
of 300,343

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


Write a MATLAB code where I'll show the plot or graph.
Here is the condition. Now write a MATLAB code where I'll show the plot or graph. y(x) = 3.75x+10 at 0<x<2 y(x) = -2.75x+22.5 ...

2 years 前 | 2 个回答 | 0

2

个回答

1

个回答

提问


How will change the scale value in the figure?
I have marked blue colors in the figure below. There I want to change the scale value on the y-axis. How do I do 6.0x10^6 inste...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to Plot Numbers on top of Bar graphs?
clc; close all; clear; components = {'First Design', 'Second Design', 'Third Design'}; x = [66.5 33.5; 68.7 31.3; 64.9 35.1]...

3 years 前 | 3 个回答 | 0

3

个回答

提问


Multi Colors and Legend for each bar
How do I set Multi Colors and Legend for each bar? Here I have given below my code clc; close all; clear; y = [467000, 150...

3 years 前 | 2 个回答 | 0

2

个回答