photo

Simone Frauenfelder


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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); ...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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(...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas