Feeds
質問
How do I get a main function to recognize all variables in a function?
I am stuck on this problem. How do I get the main function to display d? function main(d) a=1 b=2 disp(d) f...
7年以上 前 | 0 件の回答 | 0
0
回答質問
How to plot from listbox
I need help with plotting data from a listbox. the program populates the list box from a folder containing multiple .CSV files, ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
need help building GUI that plots data
Hey everyone, I am trying to build a GUI that allows me to open a folder, load the files into a list, and choose a file and t...
7年以上 前 | 3 件の回答 | 0
3
回答質問
write a computer program that finds all the isolated primes between 50 and 100. Do not use MATLAB's built in function isprime.
Here is what I started with to find the prime numbers for a=50:100 if rem(a,2:a/2)~=0 disp(a) en...
8年弱 前 | 1 件の回答 | 0