Tahariet Sharon - MATLAB Central
photo

Tahariet Sharon


Last seen: 12 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 11/17 to 04/25Use left and right arrows to move selectionFrom 11/17Use 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

16 个提问
0 个回答

排名
10,614
of 298,264

声誉
4

贡献数
16 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 3
  • First Review

查看徽章

Feeds

排序方式:

提问


Shortcut set for "evaluate selection" not working / responding in Matlab 2022b Update 4
I got o Preferences > Keyboard > Shortcuts and modify the shortcut for 'Evaluate Selection' to e.g., command + <. However, aft...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Interpolate matrix in 4D
I have a matrix data of size 20,10,20,10. It is a 3D object that changes across time (10 time points which represent 10 seconds...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to access swift protocol data
I have some data remotely stored in Swift protocol in a server. I haven't found a way to connect to these data with Matlab. Is t...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Findind repeated elements in a cell of a Table and report number of cases
I have a table for which I would like to find how many times a certain item is repeated (for one column [variable] only at a tim...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to add hours:minutes in Matlab?
Let's say I have hours:minute data in format HH:MM, and want to do statistics with it. I want to have the data in minutes for in...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Rehaping 2D into 4D (brain data)
Hi, My data is 2D, where the 1st dim is brain regions, and the 2nd dim is time (scans). I want to convert this 2D matrix to a...

4 years 前 | 0 个回答 | 0

0

个回答

提问


interpn vs griddata: how are results different?
Starting off from here: A=data; [X,Y,Z]=ndgrid(1:61,1:73,1:61); x2=linspace(1, 61, 31); y2=linspace(1, 73, 37); z2=linspace...

4 years 前 | 1 个回答 | 0

1

个回答

提问


multcompare for vartestn?
Hi, Is there a way to know which of the groups being compared vartestn is the one that differs from the rest? The function mul...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Confusion with interp3 and interpn
Hi, According to my teacher, "for a matrix indexed as [M, N, P], the axis variables must be given in the order N, M, P" in rel...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to reshape in 3D a downsampled matrix
Let's say I have this data: factor=2; data=zeros(40,20,74); data(1:factor:end,1:factor:end,1:factor:end)=1; Now, I ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


interpn griddata difference?
Hi, What are the differences between interpn and griddata? Thank you.

5 years 前 | 1 个回答 | 0

1

个回答

提问


Multiple regression by hand
Hi, I want to compute the b of regression using matrix notation: Meaning this: b1=regress(a,B) % Matlab function regres...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the ticks for each value of the logarithmic scale?
Hi, I'm learning to read logarithmic graphs and haven't found anywhere what the ticks between 10^0 and 10^1 for instance are...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Balance root-mean-square in audio clips
I read in a paper that audio fragments were energy balanced "so that the root-mean-square power value was equal across clips". H...

7 years 前 | 1 个回答 | 0

1

个回答

提问


make audio files comparable in loudness
Hi, I'd like to take several audio files and make them comparable in terms of loudness (so that both have same maximum loudn...

7 years 前 | 0 个回答 | 0

0

个回答

提问


PCA input matrix dimensions
Hi, The formula for PCA is X=UV, where X is a pxn matrix (columns: observations; rows: variables), U (the coeff matrix) is a...

7 years 前 | 0 个回答 | 0

0

个回答