Community Profile

photo

Dobs


Active since 2021

Programming Languages:
Javascript, R, HTML, CSS
Spoken Languages:
English

Statistics

  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


How can I add individual datapoints and connecting lines to grouped boxchart?
Hi, I'm trying to make a boxchart with grouped data. There are two sessions and two groups, so the chart needs to have two boxc...

1 year ago | 1 answer | 0

1

answer

Question


Save regression output (fitlm) into table
Hello, Is there any way to save the output from multiple linear regression into a table? (I don't mean exporting it into excel)...

2 years ago | 2 answers | 0

2

answers

Question


Entering data into cell array
Hi, how do you enter data into a cell array? I have the following empty array: noble_gases = cell(5,4,1) Into the left co...

2 years ago | 1 answer | 0

1

answer

Question


Display file names from current directory if more than n characters
Hi, I want to write code that returns the filenames in my current directory, but only those filenames with more than n charac...

2 years ago | 1 answer | 0

1

answer

Question


Function to compute product of all numbers from 1 to n
Hi, I'm trying to solve the following problem: "Write a Matlab function that recursively computes the product of the integers f...

2 years ago | 1 answer | 0

1

answer

Question


Change x axis increments
Hi, I am trying to write the code for the plot in the attached image. This is what I have so far: a = [0,10,20,30,50,80,130,21...

2 years ago | 1 answer | 0

1

answer

Question


Write code for a given plot
Hi, we're supposed to write the code for the plot in the attached image. So far I have the following code but the plot doesn't ...

2 years ago | 1 answer | 0

1

answer

Answered
Can I place markers on only some of the points of my line plot?
For some reason, when I use MarkerIndices in my line plot, the actual line disappears and only the markers are left. Is there a ...

2 years ago | 0

Question


While loop to find index of first element to be less than and greater than in a vector
Hi, I have the following problem: "Using a while loop, find the first element and its index in the variable "a" that is great...

2 years ago | 3 answers | 0

3

answers

Question


Function with for loop to calculate power mean
Hi, I wrote the following code: function [M] = powermean(x, p) %powermean computes power mean % Computes the power mean wi...

2 years ago | 1 answer | 0

1

answer

Question


Find sequence of numbers in vector
Hi, we're supposed to find a specific sequence of numbers in a vector using a for and while loop but I don't know how to do it:...

2 years ago | 2 answers | 0

2

answers

Question


For/if loop for adding up only odd numbers
Hi, We're supposed to write a loop (it must be a loop!) to calculate the following expression (see attached image). We're suppo...

2 years ago | 1 answer | 0

1

answer

Question


Exponent mantissa form of real numbers
Hi, I'm supposed to convert the following real numbers into exponent mantissa form: a = 789.34 b = 0.0001 c = 400000000000 ...

2 years ago | 1 answer | 0

1

answer

Question


4x4 matrix with numbers from 1 to 4 in specific order
Hi, I want to create the following matrix: M = 1 2 3 4 0 0 0 3 0 0 0 2 ...

2 years ago | 2 answers | 0

2

answers