photo

Summer


Last seen: 5년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

13 질문
1 답변

순위
191,416
of 300,364

평판
0

참여
13 질문
1 답변

답변 채택
53.85%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

6년 초과 전 | 답변 수: 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...

6년 초과 전 | 답변 수: 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...

거의 10년 전 | 답변 수: 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.

거의 10년 전 | 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 ...

대략 10년 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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 ...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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,...

거의 11년 전 | 답변 수: 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...

거의 11년 전 | 답변 수: 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...

거의 11년 전 | 답변 수: 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));

거의 11년 전 | 답변 수: 1 | 0

1

답변