photo

Neil


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 = {'...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten