photo

M B


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
12,289
of 297,503

声誉
4

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
2

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1

查看徽章

Feeds

排序方式:

提问


Why does MATLAB read a picture and add noise on it?
Hi, I typed in matlab the following command: x=imread('pic.gif') imshow(x); I would expect that the output image ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


MATLAB Workspace and functions
I understand that the workspace window shows me only the variables of the main function of my program. Once I step into a functi...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Error in butter command
Hello, I wrote the following function: function [output_signal] = AddDirectivityError (bat_loc_index, butter_deg_vector,...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Debug and workspace of functions
Hello Everybody, When I run a MATLAB code which includes several function files, the variables I see in workspace are only of...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
MATLAB error: “Undefined function or method 'time' for input arguments of type 'char'”
I found the problem! The name of the first file consists of whitespaces. MATLAB file names must NOT include whitesapces! ...

11 years 前 | 2

| 已接受

提问


MATLAB error: “Undefined function or method 'time' for input arguments of type 'char'”
I wrote a modular MATLAB code which consists of several function files. I have no problem running my program. The problem is tha...

11 years 前 | 1 个回答 | 0

1

个回答