photo

Manu R


Last seen: 거의 3년 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
5 답변

File Exchange

7 파일

Cody

0 문제
1 답안

순위
2,475
of 300,392

평판
26

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
11

순위
675 of 20,934

평판
2,742

평균 평점
4.30

참여
7 파일

다운로드 수
18

ALL TIME 다운로드 수
25556

순위
110,829
of 168,373

참여
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

대략 9년 전 | 다운로드 수: 1 |

4.33333 / 5

제출됨


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

대략 9년 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

대략 9년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


GROUPFIND
Find groups of data from a vector.

대략 9년 전 | 다운로드 수: 1 |

3.66667 / 5
Thumbnail

제출됨


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

대략 9년 전 | 다운로드 수: 1 |

3.0 / 5

제출됨


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

대략 9년 전 | 다운로드 수: 6 |

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

대략 10년 전 | 다운로드 수: 7 |

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

거의 14년 전

답변 있음
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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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...

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

거의 15년 전 | 0