Community Profile

photo

Dobs


2021 年からアクティブ

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

統計

  • Thankful Level 3
  • First Answer

バッジを表示

Content Feed

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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年以上 前 | 0

質問


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年以上 前 | 3 件の回答 | 0

3

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答