photo

Simone Frauenfelder


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


How to save variables from output of function as vector?
function [ A, B] = GetText(filename) fid = fopen(filename,'r'); x = textscan(fid,'%n%s','headerlines',1); ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to save variables from function output to workspace?
function [ A, B] = GetText(filename) fid = fopen(filename,'r'); x = textscan(fid,'%n%s','headerlines',1); fclose(...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why is this loop not ending?
function [ number ] = SmallestNumber(n,a,b) % Smallest natural number function % inputs: % n = maximum value % a =...

7 years 前 | 2 个回答 | 0

2

个回答