photo

M B


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
12,630
of 300,674

REPUTATION
4

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
2

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 2

| accepted

Question


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...

12 years ago | 1 answer | 0

1

answer