Posts by Joana Santos • 19 points
4 posts
-
-1
votes1
answer1320
viewsQ: How to navigate a matrix in Matlab?
Good evening! Can anyone help me with this exercise? "Create a filename filter_matrix. m and save it to your personal account. Type a function name filter_matrix that receives a matrix as an…
-
2
votes1
answer999
viewsQ: How to search for an element in a structure vector?
Good night! I am doing a work in C where I have to look for doctors by specialty, that is, I ask the user the name of the specialty to look for and I make a printf of the doctors of that specialty.…
-
-1
votes1
answer467
viewsQ: Problem with fscanf
Good night! I have a question in my second fscanf on the part of PATIENTS, because I wanted to save the date that appears in the text file (the day in a->h.d_day, the month in a->h.d_mes and…
-
0
votes1
answer629
viewsQ: How to pass information from a file to a dynamic vector of C structures?
Good afternoon! (EDITED) I’m doing a language work C, where I have to show on the console the information stored in a text file, but it is mandatory to pass all information to vetores structural…