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 ...
9 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...
10 years 前 | 1 个回答 | 0
1
个回答提问
Error in butter command
Hello, I wrote the following function: function [output_signal] = AddDirectivityError (bat_loc_index, butter_deg_vector,...
10 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...
10 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! ...
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! ...
10 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...
10 years 前 | 1 个回答 | 0