N/A


自 2012 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
4 个回答

排名
13,006
of 300,863

声誉
3

贡献数
6 个提问
4 个回答

回答接受率
33.33%

收到投票数
2

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
paradox : updateing 'Data' property for histogram()
clc;clear;figure(10); % for reproducibility rng('default'); N = 1000; x = 4+randn(N,1); % samples from x~N(4...

9 years 前 | 1

提问


paradox : updateing 'Data' property for histogram()
I am trying to set the 'Data' property of a histogram once I plot it as follows: figure(10); h = histogram(4+randn...

9 years 前 | 2 个回答 | 0

2

个回答

提问


append legend in matlab 2015
Hi, In previous versions of Matlab, I could append a legend if I wanted or not, using the following code. This was very ha...

10 years 前 | 2 个回答 | 0

2

个回答

提问


My help documentation appears in text-like format...
Hi, my documentation seems to be very old style. I am not sure what is going wrong. Matlab crashed, the this happened.... any su...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
changing values of an edit box on gui while timer is printing on a figure
Hi, I stuck on a similar issue, and I am trying below to be descriptive and I would really appreciate your help.. Problem des...

13 years 前 | 0

已回答
changing values of an edit box on gui while timer is printing on a figure
hey Sean, Thanks, I was calling in my callback 1- hplot = figure(1); 2- axes; 3- set(hPlot,'YData',rand(1,10)) i r...

13 years 前 | 0

提问


changing values of an edit box on gui while timer is printing on a figure
Hello, I am running a timer, where it takes real data and plots them every 0.1 seconds. I am plotting the data on a normal ...

13 years 前 | 3 个回答 | 1

3

个回答

提问


Problem Solved :Java errors when Matlab starts
Hi all, I was/am getting some errors when matlab starts. I tried to resolve this by uninstalling Matlab, and installing it fr...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
(simulink beginner) : cannot load a time series from workspace
OK: I spotted the problem : I was using : velocity.time = [linspace(0,1,100)]'; And my simulation time was from 0: ...

13 years 前 | 0

提问


(simulink beginner) : cannot load a time series from workspace
Hi all, I am trying to figure out how to make some simple things work in Simulink. For example I have a matlab function wh...

13 years 前 | 2 个回答 | 0

2

个回答