![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17694040_1583190628797_DEF.jpg)
Sara Renmiu
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
70,660
of 297,046
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Feeds
Question
HI, I wanted to create a new function that plots a scatterplot of 2 columns of data and saves the Figure in a jpg. I was unable to do this using my code and wanted to know why, and what would work. format
%I created some data for my scatterplots Data = randi(10, [20,2]) %then I tried to make a function function[X,Y] = Scatter...
4 years ago | 1 answer | 0
1
answerQuestion
Hi I'm new to Matlab and was trying to plot a graph of 2^n but havn't been able to.
.
5 years ago | 1 answer | 0
1
answerQuestion
Hi, I'm new to matlab and wanted to find the mean of all the values in my matrix/data set and was wondering how I would do this?
This mean(a(:)) has been suggested but it has not worked for me.
5 years ago | 1 answer | 0
1
answerQuestion
I attempted to add all whole numbers 1 to 100 by using a loop and displaying the result, but it did not work. I was wondering why it didn't work and what would work instead/ how to improve my code?
i = 1 For i <=100 i = disp (i+1) end
5 years ago | 1 answer | 0
1
answerQuestion
Hi, I have a three questions about loops. The question I attempted was 'Create normal random data for 10 rows and 5 columns. Compute the means and standard deviations of each row by using a loop. Display the results for each row.'
The answer is Create normal random data for 10 rows and 5 columns. Compute the means and standard deviations of each row by ...
5 years ago | 1 answer | 0