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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0