photo

giovanacgois


自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
2 个回答

排名
6,589
of 299,916

声誉
7

贡献数
2 个提问
2 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I enlarge graph area?
I've plotted the graph from the attached image. I want to enlarge the graph area so that I can see the lines close to 1. I ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Floating Number without "e"?
Hello everyone! I'm a begginer in Matlab struggling to plot a graph. I'm having a hard difficult with my decimal numbers, bec...

7 years 前 | 2 个回答 | 1

2

个回答

已回答
xlswrite error - worksheet could not be activated
I tried to re-run Matlab with Admin privileges, it worked for me.

7 years 前 | 1

已回答
How to automatically store values into an excel sheet through matlab?
You can do: for i=1:10 for j=1:10 k=i*j; M(i,j)=k; end end xlswrite('filename.xls', M, 1);

7 years 前 | 0

| 已接受