photo

Alisa-Oleksandra Kotliarova


Last seen: 10일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Function file doesn`t work
Hello everyone, I have three files: a txt. notebook with data, an .m-function file that should read it und the final .m-file ...

15일 전 | 답변 수: 1 | 0

1

답변

질문


How should I call th function?
The following code: clc close all clear all % Початкові дані: k=10; T1=1; T2=0.5; % Вектор абцис частотних функцій: o...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Vectors mut be the same length.
I have the following code: % Вектор абцис частотних функцій і кут: lomega=logspace(-1,1); pl=lomega*1i; % Передатна функц...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


The function is debugging too long...
I have the following code and function that might work with it, but it is debugging at line 7 (Hord, x=(a*fun(b)-b*fun(a))./(fun...

7개월 전 | 답변 수: 3 | 0

3

답변

질문


How do I avoid the mistake?
I have the following function: function [x,y,k] = Hord(fun,a,b,tolx,toly) ya=feval(fun,a); k=0; while 1 k=k+1; x...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


How do I make a function work?
function Kram=linsolve (A,B) [m,n]=size(A); x=zeros(m,1); for i=1:m Ad = A;%Додаткова матриця; Ad(:,i) = B; ...

8개월 전 | 답변 수: 2 | 0

2

답변