photo

Mark


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
13,003
of 299,759

声誉
3

贡献数
12 个提问
0 个回答

回答接受率
100.0%

收到投票数
3

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Using the text from the excel data imported
I imported an Excel file with text. I named this data data_with_text. When I use >> word1=data_with_text(1,1) I get: ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Trying to do mesh in MatLab but get NaN ?
I am trying to execute the following code: T = 0:.1:12; e = -6:.1:6; [Ti,ei] = meshgrid(T,e); Qi = 1 + exp(-ei/Ti)...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Drawing a sphere inside a sphere?
Is it possible to draw a sphere inside a sphere? I tried the following, but this covers the small sphere, despite the "mesh" ins...

13 years 前 | 2 个回答 | 2

2

个回答

提问


Labeling coordinates of points on a graph?
Is it possible to label plotted points, which I have in a table/matrix, on a graph? e.g. I have a table with 2 columns (for x...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Why is the "state" important?
I am going through a code which uses 'state' in a line. What does 'state' do, and could it be of importance? I read that it "res...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Creating an infinite loop until an event occurs?
I am trying to make a loop until a certain event happens. In my first drafts I simply let it run for a large number of steps. Ho...

13 years 前 | 2 个回答 | 1

2

个回答

提问


Solving a "result"?
After a series of calculations I solve for a variable but MatLab does not finish solving it. E.g. I finally solve for x and get ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Integrating and substituting
So I have a long code and now I want to differentiate a formula, y, with respect to x in and integral 0 to t. However, I want to...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Replacing zeros with empty values?
Is it possible for matrices in matlab to replace zeros by empty values i.e. not even give a zero but have blank entries?

13 years 前 | 1 个回答 | 0

1

个回答

提问


Loop / Repeat if random number = 0
I have good and fun code and it is working very well. However, I am getting an error when I get zero (0) from my "random inte...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to create random vectors of the same lengths?
I am trying to get a random vector (2D) of the same length, say 'x'. I thought about creating a list of numbers -1 to 1 for x...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Substitution after differentiation (easy)?
I am trying to substitute the variable x after differentiating y with respect to x. Any ideas on the final step? >> syms x; ...

13 years 前 | 1 个回答 | 0

1

个回答