photo

Alisa-Oleksandra Kotliarova


Last seen: 3 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
284,864
of 300,753

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Problems with creating a data table
Have a code to read data: close all T1 = readtable('il1.txt','VariableNamingRule','preserve') T1 = convertvars(T1,@isce...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Reading data in MATLAB
Hello, just wanted to plot data from .txt-file as below: T = readtable('data_Labor1_CH1_AnAusSpannung.txt','VariableNamingRu...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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; ...

2 years 前 | 2 个回答 | 0

2

个回答