Community Profile

photo

John


2012 年からアクティブ

Followers: 0   Following: 0

連絡

blank

統計

  • Thankful Level 4

バッジを表示

Feeds

表示方法

質問


returning output of nested function
Hi there, I have a function nested inside another function. How can I get the main function to return the output of the nest...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to prevent objective function from becoming negative with the linprog solver (i.e minimum should be 0)
Hi there, I am using the linprog solver to find two decision variables (x1 and x2) in order to minimize an objective functio...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


how to filter data in matlab like in excel
Hi, I have a variable 'data' with 2 columns, time (1-24) and energy consumption. I have a whole year of data. If I only want...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to prevent function output being overwritten in for loop?
Hi there, I have a for loop below which calls the same function "Optimiseenergy" in each iteration. There are 2 outputs from...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


seeking help with a for loop syntax
Hi there, I'm trying to write a simple for loop to simulate how the state of charge of an electric vehicle battery decreases...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


correct syntax for appending number to word in for loop
Hello, I was wondering if somebody could help me with a for loop. In the for loop below, what would be the correct synta...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


creating variable of specified length and same values
Hi, How could I create a 4x1 variable of the value 1.2? For example 1.2 1.2 1.2 1.2

10年以上 前 | 3 件の回答 | 0

3

回答

質問


Dates not being handled correctly in script
Hi there, I'm trying to write a function to import data from a Microsoft access database between two dates. I'm using the da...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Downloading weather (wind speed) data in matlab
Hi there, I am interested in downloading weather data into matlab or setting up at datafeed feed to a website. Specifically ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


defining simple optimization constraint: When x1 > 0 then x2 has to equal 0
Hi there, I'm working on an optimization problem with 2 decision variables x1 and x2. The problem optimizes the values of x1...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


Question regarding hydroelectric dam optimization webinar
deleted

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Seeking help creating a double matrix of ones and minus ones
Hello, I'm relatively new to matlab and I'm trying to create a matrix like the example below. But I can't seem to get the co...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Confusion matrix neural network
Hello, The confusion matrix for my NN for classification is below. I'm struggling to understand the numbers. I know the over...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


filling in blank cells with nearest number
Hi there, Would anybody be able to help me with some code to 'fill in some data'. I have a column of data with '1's and ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Spreadsheet link MLGetMatrix function
Hello, I have a question regarding the Spreadsheet Link EX tool. I have been trying to use the code below in a loop in a V...

約11年 前 | 0 件の回答 | 0

0

回答

質問


Question regarding the Spredsheet link EX tool, MLGetMatrix function
Hello, I have a question regarding the Spreadsheet Link EX tool. I have been trying to use the code below in a loop in a...

約11年 前 | 1 件の回答 | 0

1

回答

質問


quantify difference between discrete distributions
Hello, I am trying to quantify the difference between two discrete distributions. I have been reading online and there seems...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Chi squared test to test if data is from same distribution
Hello, I have recorded some discrete data with an unspecified distribution. I have generated some discrete data from a m...

約11年 前 | 2 件の回答 | 0

2

回答

質問


creating a hist3() plot with already binned data
Hello, I was wondering if anybody could help me with a relatively simple problem that I have creating a plot. I create a 3D ...

約11年 前 | 2 件の回答 | 0

2

回答

質問


Looping through files and creating and saving plots
Hi, I'm trying to loop through a folder of files (20) to create 20 plots. I have most of the code completed I think, but...

約11年 前 | 2 件の回答 | 0

2

回答

質問


different cdf plot produced by 2 different code
Hello, I created 2 plots below using the same data but different code. Could anybody explain to me why the cdf plot (red lin...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem binning data with histc()
Hello, I am trying to bin velocity and acceleration data using histc(). However, I am getting an error. I would be grateful ...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


matrix dimension mismatch in hist3 plot()
Hi, I am using the code below to create a hist3 plot. My question is, why is the variable z data a 405x605 matrix? I ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem plotting with bar() instead of hist()
Hi, I use this code to overlay a CDf plot on a histogram. Note the histogram data in binned according to bin centers. ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


intercept of secondary axis
Hi, Im plotting two lines using two axis. They are velocity and acceleration. My question is how can I make the 0 point on t...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Histc function, bin edges error
Hi, I am using the code below to overlay a cdf plot on a histogram (top code). I want to specify the bin edges using the his...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How to change text size in boxplot
Hi, Would anybody know how to change the size of the font on the x-axis labels in a boxplot. For example I want to make the l...

11年以上 前 | 3 件の回答 | 2

3

回答

質問


Property editor grid lines
Hello, Can you make the grid line in a plot thicker in the property editor? I want to make mine more visible but cannot figu...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


matlab code error - Subscript indices must either be real positive integers or logicals.*
Hi, Would anybody know why I am getting the following error after the code below executes a couple of times (about 20 times)...

11年以上 前 | 2 件の回答 | 0

2

回答

さらに読み込む