Sophia - MATLAB Central
photo

Sophia


University College London

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 05/11 to 04/25Use left and right arrows to move selectionFrom 05/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
1 个回答

排名
101,115
of 298,264

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
90.0%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


create ordinal array for multiple groups
I need to categorize a dataset according to different groups. For the example below, I want to create an ordinal array that diff...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How to use ISMEMBER when not all rows match
I'm trying to dynamically update and compare values corresponding to their respective ID. This problem is easy if all ID's are s...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Linprog doesn't satisfy b constraints when it contains negative coefficients?
I'm trying to maximize an objective function using linprog. A simplified version (of an assignment problem) is to maximize: ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


FMINCON giving incorrect values?
I am trying to solve the max of the following nonlinear function: F = (((.8*buyp*1.1+.2*buyp*.95)-buyp)*265000*7.33)/(1+0...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to overwrite some workspace variables in a dynamic program?
Hello, I have a dynamic program that creates objects in the workspace (datasets, matrices) with the same name each loop but t...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Solve non-linear equation with 2 unknowns and lb/ub constraints
Hello, I'm trying to maximize an objective function with 2 unknown variables subject to lower/upper bound constraints on the un...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
creating weighted sample for a matrix
Thanks Sean, I figured it out. I add a unique ID to the first column of the sample matrix (route_sample) and perform randsample ...

13 years 前 | 0

| 已接受

提问


creating weighted sample for a matrix
I need to create a sample from an m by n matrix. Each row has a probability associated with it and can be treated as one obser...

13 years 前 | 2 个回答 | 0

2

个回答

提问


How to freeze a random sample
I need to generate a random sample between (0,1) and freeze it so that when I run the program again it generates the same "rando...

13 years 前 | 4 个回答 | 0

4

个回答

提问


Looping through 3D matrix
Hi, I'm trying to populate a 3D matrix of zeros (3x14x12), nextvoy with a subset of rows in another matrix, trade, according to ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Looping through two matrices with IF statement
[EDIT: Mon May 23 16:36:16 UTC 2011 - Reformat - MKF] Hello, I am having problems with my for loop statement (see code at botto...

14 years 前 | 1 个回答 | 0

1

个回答