photo

Manu R


Last seen: 2 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

7 文件

Cody

0 个问题
1 个答案

排名
2,439
of 297,569

声誉
26

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
11

排名
667 of 20,459

声誉
2,734

平均
4.30

贡献数
7 文件

下载次数
17

ALL TIME 下载次数
25479

排名
117,880
of 159,178

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已提交


Flatten nested cell arrays
Linearize a cell array tree structure

8 years 前 | 1 次下载 |

4.33333 / 5

已提交


Largest memory block available (All platforms)
Find the largest contiguous memory block available for array allocation on all platforms.

8 years 前 | 1 次下载 |

0.0 / 5

已提交


Macopen
Opens a file in its default application, similar to what winopen.m does on Windows machines.

8 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


GROUPFIND
Find groups of data from a vector.

8 years 前 | 1 次下载 |

3.66667 / 5
Thumbnail

已提交


EXPLORE3D
Turns a figure window into a flight simulator so you can explore your 3-D data.

8 years 前 | 1 次下载 |

3.0 / 5

已提交


SCATTERBAR3
Creates a 3-D bar chart where bars are placed in user specified X-Y locations.

8 years 前 | 11 次下载 |

4.6 / 5
Thumbnail

已提交


A thin MATLAB wrapper for the Git source control system
Use this exactly as you would use the OS command-line Git, but from within MATLAB

9 years 前 | 2 次下载 |

4.88889 / 5

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13 years 前

已回答
Simple Regression
It sounds to me like you want to consider the logistic functional form for your linear regression, where: |Y(X) = a/(b + exp(c*...

14 years 前 | 0

已回答
How to Show the Weight or Bias in a Neural Network?
Neural net objects in MATLAB have fields you can access to determine layer weights and biases. Suppose: mynet = feedfor...

14 years 前 | 7

已回答
normally random number generator with limited zone
You should *not* choose a probability distribution and then restrict its range. It leads to all sorts of problems with your meas...

14 years 前 | 1

已回答
Calling R from MATLAB on a Mac
_<http://blog.revolutionanalytics.com/2009/01/using-r-as-a-scripting-language-with-rscript.html Rscript is a noninteractive vari...

14 years 前 | 3

| 已接受

已回答
Why do I get an error when using disp in a CRON job?
If you're using _crontab_, make sure you've got the output environment variables SCHEDULE_* set as expected. This page has a use...

14 years 前 | 0