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

답변