Feeds
提问
Having trouble using cell2mat
I need to read a txt file for a class and I can read the file and can extract the information that I need from the file but when...
6 years 前 | 1 个回答 | 0
1
个回答提问
I am a error with the callback function in my GUI i can't find the mistake This program is made to graph a projectile moving against the wind and without the wind
f=figure; myaxes=axes(f); myaxes.Units='pixels'; myaxes.Position=[66,107,400,255]; plo...
7 years 前 | 0 个回答 | 0
0
个回答提问
I call a function but i keep receiving that the input i place are not assigned
fid= fopen('cities.txt','r'); State=input('Which state would you like to vist in the United States', 's'); filedata=text...
7 years 前 | 1 个回答 | 0
1
个回答提问
There is a problem with my code in the slice of a data from a file
fid= fopen('cities.txt','r'); City=input('What city are interested in?','s'); filedata=textscan(fid,'%s%s%s%s%s','Delimi...
7 years 前 | 0 个回答 | 0
0
个回答提问
How do you slice in mat lab when its a text file
fid= fopen('cities.txt','r'); City=input('What city are interested in?','s'); filedata=textscan(fid,'%s%s%s%s%s','Delimiter'...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to correct a problem with arguments in my fprintf
for i=1:i A1=MatrixA(i,1); A2=MatrixA(i,2); A3=MatrixA(i,3); end fprintf('At the end of year','...
7 years 前 | 1 个回答 | 0
