photo

Ronny Landsverk


University of Agder

Last seen: 대략 2년 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

6 질문
1 답변

Cody

0 문제
12 답안

순위
14,805
of 301,513

평판
3

참여
6 질문
1 답변

답변 채택
50.0%

획득한 표
3

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
36,343
of 175,031

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

거의 8년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...

대략 11년 전 | 답변 수: 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...

대략 11년 전 | 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 ...

대략 11년 전 | 답변 수: 1 | 0

1

답변