photo

Ronny Landsverk


University of Agder

Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
1 Answer

Cody

0 Problems
12 Solutions

RANK
14,778
of 300,571

REPUTATION
3

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
3

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
35,114
of 169,635

CONTRIBUTIONS
0 Problems
12 Solutions

SCORE
130

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 1

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 2

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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...

11 years ago | 0

Question


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 ...

11 years ago | 1 answer | 0

1

answer