Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
4th Edition
ISBN: 9780128045251
Author: Stormy Attaway Ph.D. Boston University
Publisher: Elsevier Science
bartleby

Videos

Question
Book Icon
Chapter 9, Problem 9.1P
To determine

To modify:

The script “fileex” to sum the numbers from the file and create a file in this format first.

Expert Solution & Answer
Check Mark

Answer to Problem 9.1P

Solution:

The script is saved and executed as follows.

Explanation of Solution

MATLAB Code:

fid = fopen('subjexp.dat');

%Define the instruction to read information from "subjexp.dat" and open them.

if fid == -1

disp('Unsuccessful; The file is not opened')

%Define the instruction to display the unsuccessful result.

else

SUM = 0;

while ~feof(fid)

Number = strtok(fgetl(fid));

SUM = SUM + str2double(Number);

%Define the instruction to separate each line into the number code and %converts to a number before printing.

end

closeresult = fclose(fid);

%Define the instruction to check the file close for success.

if closeresult == 0

disp('successful: File is closed')

else

disp('Unsuccessful: File does not close')

%Define the if-else statement to check the condition for closing the

%file, and display the relative statement.

end

end

fprintf('The total sum of the numbers is: %.2f\n', SUM)

%Define the instruction to create the total sum of the numbers.

Save the MATLAB script with name, chapter_9_54793_9_1P.m in the current folder. Execute the script by typing the string name at the command window to modify the script “fileex” to sum the numbers from the file and create a file in this format first.

Result:

Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving, Chapter 9, Problem 9.1P

Therefore, the script is saved and executed.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Questions An insurance company's cumulative incurred claims for the last 5 accident years are given in the following table: Development Year Accident Year 0 2018 1 2 3 4 245 267 274 289 292 2019 255 276 288 294 2020 265 283 292 2021 263 278 2022 271 It can be assumed that claims are fully run off after 4 years. The premiums received for each year are: Accident Year Premium 2018 306 2019 312 2020 318 2021 326 2022 330 You do not need to make any allowance for inflation. 1. (a) Calculate the reserve at the end of 2022 using the basic chain ladder method. (b) Calculate the reserve at the end of 2022 using the Bornhuetter-Ferguson method. 2. Comment on the differences in the reserves produced by the methods in Part 1.
From a sample of 26 graduate​ students, the mean number of months of work experience prior to entering an MBA program was 34.67. The national standard deviation is known to be18 months. What is a 90​% confidence interval for the population​ mean?       Question content area bottom Part 1 A 9090​% confidence interval for the population mean is left bracket nothing comma nothing right bracketenter your response here,enter your response here. ​(Use ascending order. Round to two decimal places as​ needed.)
A test consists of 10 questions made of 5 answers with only one correct answer. To pass the test, a student must answer at least 8 questions correctly. (a) If a student guesses on each question, what is the probability that the student passes the test? (b) Find the mean and standard deviation of the number of correct answers. (c) Is it unusual for a student to pass the test by guessing? Explain.
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell
Text book image
PREALGEBRA
Algebra
ISBN:9781938168994
Author:OpenStax
Publisher:OpenStax
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Text book image
Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781305652224
Author:Charles P. McKeague, Mark D. Turner
Publisher:Cengage Learning
Text book image
Elementary Algebra
Algebra
ISBN:9780998625713
Author:Lynn Marecek, MaryAnne Anthony-Smith
Publisher:OpenStax - Rice University
Whiteboard Math: The Basics of Factoring; Author: Whiteboard Math;https://www.youtube.com/watch?v=-VKAYqzRp4o;License: Standard YouTube License, CC-BY
Factorisation using Algebraic Identities | Algebra | Mathacademy; Author: Mathacademy;https://www.youtube.com/watch?v=BEp1PaU-qEw;License: Standard YouTube License, CC-BY
How To Factor Polynomials The Easy Way!; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=U6FndtdgpcA;License: Standard Youtube License