photo

Espen


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Playing some with matlab and trying to understand the language

统计学

MATLAB Answers

5 个提问
0 个回答

排名
261,580
of 300,759

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


textscan and fscanf for text with some rows only text and some rows only numbers
>> matrix=[1:4;4:7] matrix = 1 2 3 4 4 5 6 7 >> save onematrix.reef matrix -ascii >> fid=f...

14 years 前 | 1 个回答 | 0

1

个回答

提问


problem with getting for loop to work
function int=calculateintegral(from,to,subinterval) inttemp=0; if rem(subinterval,2)>0 int='subinterval must be devi...

14 years 前 | 1 个回答 | 0

1

个回答

提问


fprintf applied to variable
function balancepoint=findbalpoint(A) weight=0; i=1; while weight<sum(A)/2 weight=weight+A(i); ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


how to stop while statement
function isitalike=comparestrings(a,b) n=length(a); m=length(b); c=logical(0); y=m; z=n; f=0; ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


string as input for function
this function handles a string as input: function rev=stringrev(a) n=length(a); for i=1:n b(i)=a(n-i+1...

14 years 前 | 1 个回答 | 0

1

个回答