photo

Ronny Landsverk


University of Agder

Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
1 个回答

Cody

0 个问题
12 个答案

排名
14,789
of 300,381

声誉
3

贡献数
6 个提问
1 个回答

回答接受率
50.0%

收到投票数
3

排名
 of 20,941

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
34,826
of 168,477

贡献数
0 个问题
12 个答案

评分
130

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Does different MATLAB versions handle array arithmetic differently ?
In a previous project I did something like x = randn(N,3); % N > 1 x = x - [x,y,z]; % remove "bias", x,y,z are scal...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Can we list all possible values for a property of a MATLAB object without going via help/doc ?
To be clear, I will be specific, but the question is for the general case (the more general, the better) Consider that yo...

9 years 前 | 1 个回答 | 1

1

个回答

提问


Anybody know a work-around for plotting multiple-input anonomous functions with fplot ?
Hi. Sometimes I like to have anonymous functions that can take multiple inputs but not necessarily be multivariable. For a triv...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Why is the returning frequency range and scale range inconsistent using CWTFT?
I have a signal with a sampling period dt. The scale-vs-frequency relation for wavelets is approximately sc = fc/(f*dt), where ...

9 years 前 | 1 个回答 | 2

1

个回答

提问


Trouble using ezplot and matlabFunction on a symbolic function defined using symengine "piecewise"
syms x t; MP_syntax1 = 'piecewise([x <= 10, x/10], [10 < x <= 30, (30 - x)/20])'; MP_syntax2 = 'ilaplace(2/s^3,s,t)'; f(x...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Using symbolic Matlab-output from functions 'abs' and 'angle' as input for the 'solve'-function
I found a solution. clear; clc; J = 152e-6; % moment of inertia W = 200*pi; % desired crossover freq K = 0.1; % tor...

10 years 前 | 0

提问


Using symbolic Matlab-output from functions 'abs' and 'angle' as input for the 'solve'-function
clear; clc; J = 152e-6; % moment of inertia W = 200*pi; % desired crossover freq K = 0.1; % torque constant syms Ki ...

10 years 前 | 1 个回答 | 0

1

个回答