photo

Neil


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I am working on code and it works when I load up MATLAB, but when I add code the previous code that works no longer does.
I have this code: clear;clc data = import('StormEvents2013.csv') data = data(~ismissing(data.Month),:) monthorder = {'...

1 year ago | 2 answers | 0

2

answers

Question


How do I use a variable assigned in one function to call another function?
I am trying something similar to global a a = 5 global b b = 10 name1(a, b) name2(x, b) function[x] = name1(a, b...

2 years ago | 2 answers | 0

2

answers