photo

Riley


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

Followers: 0   Following: 0

code and code

统计学

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Inverse Cumulative distribution function
You can use function ksdensity.

3 years 前 | 0

已回答
matlab 2021b installed but not working
Uninstall MATLAB and delete the installation file thoroughtly. Then install it again.

3 years 前 | 0

已回答
How can I plot the discrete points of two arrays?
Read about function plot.

3 years 前 | 1

| 已接受

已回答
Mathlab loops questıons about new starters
clear clc str = input('Enter name:','s') ; N = input('Enter N:') ; for i=1:N disp(str); end Try this. But as a starte...

3 years 前 | 1

| 已接受

已回答
Help me find the index value for first minimum value in a matrix.
A=[ 34 67 78 88 4 15 23 67 78 56 3 2 24 67]; flag=0; for i=1:length(A)-1 if flag==0&&A(i+1)<A(i) flag=1; ...

3 years 前 | 0

提问


How do I find cluster center of each cluster gained from Spectral Clustering?
Hi, I am using Spectral Clustering for data analysis recently and I found that Spectral Clustering function built in MATLAB only...

3 years 前 | 1 个回答 | 0

1

个回答