Community Profile

photo

Summer


Last seen: nästan 4 år ago Active since 2015

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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 ...

nästan 5 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 5 år ago | 2 answers | 0

2

answers

Question


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...

mer än 8 år ago | 2 answers | 0

2

answers

Answered
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.

mer än 8 år ago | 0

Question


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 ...

mer än 8 år ago | 1 answer | 0

1

answer

Question


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...

nästan 9 år ago | 0 answers | 0

0

answers

Question


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...

nästan 9 år ago | 1 answer | 0

1

answer

Question


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...

nästan 9 år ago | 1 answer | 0

1

answer

Question


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 ...

nästan 9 år ago | 1 answer | 0

1

answer

Question


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...

nästan 9 år ago | 2 answers | 0

2

answers

Question


"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,...

mer än 9 år ago | 4 answers | 0

4

answers

Question


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...

mer än 9 år ago | 1 answer | 0

1

answer

Question


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...

mer än 9 år ago | 2 answers | 0

2

answers

Question


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));

mer än 9 år ago | 1 answer | 0

1

answer