Community Profile

photo

Francisco Michel


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer