photo

Oddur Bjarnason


Labyrinth

Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
3 个回答

排名
78,466
of 300,771

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Why does the function call "function [hdr, record] = edfReadOddur( 'tinnaprime.edf',varargin )" give an error?
This is the error message: Error: File: edfReadOddur.m Line: 1 Column: 40 Unexpected MATLAB expression.

8 years 前 | 1 个回答 | 0

1

个回答

提问


edf to Matlab conversion?
I need to convert edf to Matlab. I have tried to use edfRead. The function call is function [hdr, record] = edfread('aesa1.ed...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Distinguishing matrices in for loops
Combining the suggestions of David and KSSV I believe that I have found a solution to my problem. I have been trying to write a ...

8 years 前 | 0

| 已接受

提问


Distinguishing matrices in for loops
I want to distinguish matrices in a for loop. The following does not work: T=[0,1,-0.1,0.8,0;0,0,0,1,0;-0.2,-1,0,-0.2,0;0...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Logistic Function Transform of vector values
I need to transform the elements of a vector by a logistic function into a vector with elements with values between 0 and 1. I ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Test based on inequality of two vectors does not succeed.
function stationarystates(S0,T) %This function is a simple model of a Markov chain % S0 is the initial state % T is the t...

9 years 前 | 0

提问


Test based on inequality of two vectors does not succeed.
stationarystates([1,0],[0.8,0.2;0.6,0.4]) function stationarystates( S0,T ) %This function is a simple model of a Mar...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Correct and incorrect answer from linsolve
The following gives a correct answer: A=[-2/5,1/5;2/5,-1/5;1,1] B=[0;0;1] linsolve(A,B) ans =0.3333 0.6667 The...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
I have a system of 3 linear equations with 2 variables. I can solve it by substitution but not with linsolve.
I found the answer to my question: 3*x/5+y/5=x 2*x/5+0.8*y=y x+y=1 3*x/5-5/5*x+y/5=0 2*x/5+4/5*y-5/5*y=0 x+y=1 -2/5...

9 years 前 | 0

| 已接受

1

个回答