Statistics
2 Questions
0 Answers
RANK
116,662
of 301,783
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,420
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,544
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to solve "Inner matrix dimensions must agree." error?
Input_signal = [Input_signal(ASK_input(n)==0)*zeros(1,length(t))+(ASK_input(n)==1)*ones(1,length(t))]; Error using * Inne...
8 years ago | 1 answer | 0
1
answerQuestion
How to solve Unexpected MATLAB expression for user input
%Binary input from user prompt= 'Input binary data in vector form eg. [1 1 0 1]: '; ASK_input = input(prompt); L = le...
8 years ago | 1 answer | 0