Feeds
提问
textbox doesnt like strings
%%Aufgabe 3 clear; clc; close all; A3_ECE = "Daten\Student_2.xls"; A3_ECE_Data = readmatrix(A3_ECE); [std_ECE,muh_ECE] =...
3 years 前 | 1 个回答 | 0
1
个回答提问
shaded area between 2 curves isnt showing up
Hello Guys, i wrote the following code with this forum here. I want to draw a line and shade an area that i got from the std. ...
3 years 前 | 1 个回答 | 0
1
个回答提问
I want to add a filename to a struct variable.
Messdaten = dir("Data\*.mat"); i_hit=0; i_mis=0; for k=1:1:length(Messdaten) Filename_mat = fullfile(Messdaten(k).folder...
3 years 前 | 1 个回答 | 0
