How to Create a Function File with Variables in MATLAB. [HD]

preview_player
Показать описание
How to Run a Function File with Variables in matlab. How to Create a Function File with Variables in matlab. Please subscribe! Thanks!
Рекомендации по теме
Комментарии
Автор

To achieve optimal viewing of the video clip, set the quality to 720p or 1020p and switch to Theater Mode or Full Screen.

MrMathExpert
Автор

I want to use a text file with variables on a function such as:

function [ A, B, C, D, E, F, G ] = script#0( file )
fid = open( 'file', 'r');
format =
U = textscan(fid, format, 'Delimiter', '\t');
close(fid);

This is for purpose of array indexing the content into the variables of the function. But it doesn't work

gio-yjen
visit shbcf.ru