Statistics
10 Questions
0 Answers
RANK
149,903
of 300,857
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,097
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,361
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
I need help! Im trying to decipher a message from a file in cody course work, but i keep getting an error saying the message is wrong this was the line of code i was trying to use. It also needs to be in 'char' data type. I will also attach the file
% assign message to your result.... % message = message = fileread('code_message3.mat')
8 years ago | 0 answers | 0
0
answersQuestion
I have a question were I'm suppose to decipher a message of a loaded in file but i cant seem to figure it out. The final result is suppose to have the variable 'message'. This is the code I have
% assign message to your result.... % message = X = load('code_message3.mat'); importdata('code_message3.mat')
8 years ago | 1 answer | 0
1
answerQuestion
Im loading in a 100X4 matrix and i need to write a function that outputs the average of each column. So the final answer is suppose to be a 1X4, but the code keeps outputting a 1X1 single answer. The function has to be a for loop without using mean.
function x = calc_average(y) % input variable y is a matrix % output variable x is vector % x is average of ...
8 years ago | 1 answer | 0
1
answerQuestion
I need help with a question: I have a matrix of 100 rows and 4 columns and im suppose to take the average of each column without using the mean function. The output is suppose to be a 1 row by 4 column matrix but i just get a single answer.
if true % code end function y = calc_average(y) % input variable y is a matrix % output variable x is vector ...
8 years ago | 2 answers | 0
2
answersQuestion
I have this mat lab question i cant quit figure out
<</matlabcentral/answers/uploaded_files/94615/mat%20cap3.PNG>> And the code I have is <</matlabcentral/answers/uploaded_fi...
8 years ago | 0 answers | 0
0
answersQuestion
The question in the image has me stumped?
<</matlabcentral/answers/uploaded_files/88338/Matlab%20Q.PNG>> [Merged from duplicate question] I have the code for the qu...
8 years ago | 0 answers | 0
0
answersQuestion
I have a question: Write an expression such that variable x equals a single uniformly distributed random number in the interval (0,1). Use a MATAB function that has a scalar output to verify the dimension of a is equal to variab
I have the code for the question below, but it gives me the error message: *Variable L must be of size [1 1]. It is currently of...
8 years ago | 0 answers | 0
0
answersQuestion
Write an expression such that variable x equals a single uniformly distributed random number in the interval (0,1). Use a MATAB function that has a scalar output to verify the dimension of a is equal to variable L
% enter the correct built in MATLAB funciton for uniform random numbers % see page 6 section 1.3 if you need to review ass...
8 years ago | 0 answers | 0
0
answersQuestion
Determine the indices (i=row number and j=column number) of the maximum value of the elements in the given matrix Z.
% You need to find the maximum element in a matrix. % Use lower case i to represent the row index of the largest value in Z...
8 years ago | 0 answers | 0
0
answersQuestion
I cant figure out how to assign the variable i and j to the problem
<</matlabcentral/answers/uploaded_files/88345/Matlab%20Q2.PNG>>
8 years ago | 0 answers | 0