Community Profile

photo

Victoria Helm


Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


What is a symbolic expression (syms) and how do I use this when doing differentiation in matlab?
Hi I have some data with voltage spike recordings that I need to count. I want to use the diff() function to count the number of...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to do interpolation with interp1 and does this relate to binning?
Hi I have some data collected from track runners who ran around a 400 meter track multiple times for multiple training days. Man...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to compute the standard deviation of each column in a matrix?
I have some code that creates a matrix of data points and then computes the average value for each column and plots these averag...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to add entries to a growing matrix in matlab?
In short, I want to loop through some folders and access data from files within these folders. As I do this, I need to add singl...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to understand a datenum date?
I'm trying to write some code that loops through files that are distinguished by date and I want to use the serial dates generat...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to generate a random number between 0 and 180
Will the following code work to generate a random integer between 0 and 180? length = 180; random_location = randi([0 length],...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How do I create a table that I don't now the size of ahead of time?
I'd like to creat a table for which I know the number of columns/variable names. However, I don't know how big (how many rows) i...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I load a file from my desktop to my workspace?
I'd like to, well load a file from my desktop to my workspace. Is there an ideal way to do this?

3 years 前 | 2 个回答 | 0

2

个回答

提问


Why am I receiving this error when using the vartestn function?
I tried the following code and received this error: >> vartestn(Table.trialNum,Table.Sex,Table.ID,'TestType','LeveneQuadratic'...

3 years 前 | 1 个回答 | 0

1

个回答

提问


What does 'regstats' mean in this example?
[b, dev, regstats] = glmfit(...) Is regstats a function or something else? I'm not sure what it does here, exactly.

4 years 前 | 0 个回答 | 0

0

个回答

提问


What does the varargin function do and what does varargin{:} mean?
For example: [varargin{:}] = convertStringsToChars(varargin{:});

4 years 前 | 2 个回答 | 0

2

个回答

提问


How do I insert a placeholder in a plot where I don't have data?
I'm making a plot from two columns/variables in my data table where one of the variables is the day that the data was collected ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


What does '* *' mean in matlab?
For example: D = dir(fullfile(logfilepath,'**','*.log'))

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do I prevent MATLAB from converting a number into scientific notation?
I am trying to make a plot from two columns in a data table on Matlab. However, Matlab converts some of my values in the data ta...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do I make a plot from a data table?
I made a data table in matlab containing numerical and categorical data (number of trials and date for example). How do I make a...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone better explain what the fullfile function does on Matlab (the mathworks explanation didn't help me)?
I read the explanation on mathworks (below), but still do not understand what the fullfile function does. Can someone explain is...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How do I save my MATLAB work and notes onto a PDF file or Google Doc?
I am currently learning MATLAB using online tutorials through YouTube and Coursera. As I watch these tutorials, I follow along i...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do I Create a function named “evennum” that returns 2 if its argument is even, and 1 if its argument is odd, using either the built in mod or floor functions on MATLAB?
I am totally new to MATLAB and am unsure of how to tackle this problem. Any suggestions?

4 years 前 | 0 个回答 | 0

0

个回答