Community Profile

photo

Summer


Last seen: 4年弱 前 2015 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


Triple Summation in Matlab
I have the below triple summarion that I need to incorporate into a MATLAB code. Could you please help me with the code of such ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to code a multi-objective mixed integer linear (MILP) programming problem in MATLAB?
I have an MILP model with two objective functions, constarints, and upper and lower limits. Any helpful examples of similar co...

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

2

回答

質問


Histogram of 2 sets of data in the same plot without the first becoming transparent
Hi, The following code is supposed to generate a plot of two overlapping histograms. However, for some reason the line in the...

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

2

回答

回答済み
Histogram of 2 sets of data in the same plot without the first becoming transparent
I want somethings similar to this attached figure. In my case, the pink line is transparent (sent to the back). Thanks.

8年以上 前 | 0

質問


How to fix a randomly generated sample in Matlab after making some changes to the code?
I need to have the same sample (same data points) that was generated from a large set of data in order to make some comparisons ...

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

1

回答

質問


Is it possible to use Matlab's lsqlin to find a single point (x,y) containing two values?
Hello, I'm trying to obtain an inverse solution of a single point in the x,y coordinates: (x,y). I know how to use the lsqlin...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Adding two functions to 1 m-file, while making variables in the two functions accessible to both?
Hello, I have 2 Matlab functions that I want to combine into 1 m-file. The first function "F1" needs data from the second fun...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Obtaining a list of (x, y) points that correspond to specific values of concentration that are chosen at random
Hello, I need to generate a matrix of points given that they meet the condition that at these (x,y) points concentration is g...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Generating a random list of (x, y) points that satisfy a condition?
So I need to generate a matrix of points given that they meet the condition that at these (x,y) points concentration is greater ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Creating a new matrix by interpolating two other matrices
Hello, I need to write a code that creates a new matrix C based on the values of matrix A and B, where A and B are 61x10 matr...

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

2

回答

質問


"Subscript indices must either be real positive integers or logicals." again! See codes
Hi, I have created two functions in Matlab. One is supposed to produce a concentration profile for a given location and time,...

約9年 前 | 4 件の回答 | 0

4

回答

質問


Loops, indexing and calling other functions (for the given code)
I'm trying to write a function that recalls another function to do the calculations. The values of x and t are already being rea...

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

1

回答

質問


Using the output of one m-file in Matlab as the input to another? Establishing the connection
I have created the functions but dont know how to proceed? like how to establish the connection? Let's say that: 1) the f...

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

2

回答

質問


Why do I get the error 'Subscript indices must either be real positive integers or logicals ' for the below code?
xa = (x-xc_t(t)+bx_t(t))/(sr2*betax_t(t));

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

1

回答