Feeds
질문
error loading .mat file
Unable to read MAT-file. Not a binary MAT-file. Try load -ASCII to read as text. but on the first iteration it loads this file
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
assigning argument of function within function
% complete function function f = fix(x) % x is an array of 10 arguments % these functions % function1 % function2 % fun...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
I have issues calling Simulink in function. the function variable is called in Simulink file in a switch since switch compares a constant value there are errors running.
function Sg = distance(value) %kts %clc; clear all; close all %sealevel vrot = 0; vrot = value; Hwind=0.0; Patm=101325 %Pa...
거의 4년 전 | 답변 수: 1 | 0