Alisa-Oleksandra Kotliarova
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
231,378
of 295,569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Reading data in MATLAB
Hello, just wanted to plot data from .txt-file as below: T = readtable('data_Labor1_CH1_AnAusSpannung.txt','VariableNamingRu...
14 days ago | 2 answers | 0
2
answersQuestion
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 ...
5 months ago | 1 answer | 0
1
answerQuestion
How should I call th function?
The following code: clc close all clear all % Початкові дані: k=10; T1=1; T2=0.5; % Вектор абцис частотних функцій: o...
11 months ago | 1 answer | 0
1
answerQuestion
Vectors mut be the same length.
I have the following code: % Вектор абцис частотних функцій і кут: lomega=logspace(-1,1); pl=lomega*1i; % Передатна функц...
11 months ago | 1 answer | 0
1
answerQuestion
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...
12 months ago | 3 answers | 0
3
answersQuestion
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...
12 months ago | 2 answers | 0
2
answersQuestion
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; ...
1 year ago | 2 answers | 0