Matlab code - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Matlab code? On this page you'll find 67 study documents about Matlab code.

Page 4 out of 67 results

Sort by

computing for science
  • computing for science

  • Class notes • 13 pages • 2024
  • Class Schedule CDS-130 classes will be held according to parts 3 and 4 of this syllabus (Summary Class Schedule and Detailed Class Schedule). Should MASON close the Fairfax Campus for weather, illness, or any other reason, CDS-130 classes will be held on-line and assignments will be due as scheduled, unless otherwise notified by the instructor. The workload in CDS-130 is designed to take about 2 hours of outside work for each hour of classroom/lesson work. Since CDS-130 is a 3 credit...
    (0)
  • $16.49
  • + learn more
ENGR 2050 ECU Final Exam Questions & Answers 2024/2025
  • ENGR 2050 ECU Final Exam Questions & Answers 2024/2025

  • Exam (elaborations) • 8 pages • 2024
  • ENGR 2050 ECU Final Exam Questions & Answers 2024/2025 Write a MATLAB function called rad2deg that will take an angle in radians as the input argument and return the angle converted to degrees. Write the MATLAB code to plot the function rad2deg from 0 to 2pi - ANSWERSfunction deg = rad2deg(rad) deg = rad * 180/pi ; end fplot(@rad2deg, [0 2*pi]) Write a MATLAB function that will calculate the volume and weight of water in a conical tank. The function should have two input arguments (...
    (0)
  • $8.49
  • + learn more
PV MPPT with Boost Converter Report, Phase 2
  • PV MPPT with Boost Converter Report, Phase 2

  • Other • 29 pages • 2022
  • In the world of technological progression, conventional resources of energy (fossil fuels, nuclear fuels, gas etc.) are at the edge of extinct. To overcome this problem, non-conventional energy sources (solar energy, wind energy, ocean thermal energy, biomass or biogas, geothermal, tidal energy etc.) play a vital role, in which solar energy is most important energy source, which produces electricity by the photovoltaic effect. Solar photovoltaic (PV) cells are used to convert solar energy into u...
    (0)
  • $8.13
  • + learn more
WGU C173 Scripting and Programming
  • WGU C173 Scripting and Programming

  • Exam (elaborations) • 11 pages • 2024
  • WGU C173 Scripting and Programming WGU - C173 Scripting and Programming Study Guide 1. behavioral diagram: visualizes dynamic behavior of software, such as the flow of an algorithm. Ex: A UML activity diagram is a flowchart, used to describe the flow of an activity or set of activities. 2. Analysis: Determines the goals for a program. The program should support mean, median, mode, max and min calculations. 3. Implementation: Builds the program according to ...
    (0)
  • $10.89
  • + learn more
Digital image processing
  • Digital image processing

  • Summary • 26 pages • 2023
  • Spatial Domain: Gray level transformations – Histogram processing – Basics of Spatial Filtering–Smoothing and Sharpening Spatial Filtering – Frequency Domain: Introduction to Fourier Transform– Smoothing and Sharpening frequency domain filters.MATLAB code for histogram equalization-MATLAB code for spatial and frequency domain filter.
    (0)
  • $7.29
  • + learn more
Coursera: Machine Learning - All weeks solutions [Assignment + Quiz] - Andrew NG
  • Coursera: Machine Learning - All weeks solutions [Assignment + Quiz] - Andrew NG

  • Exam (elaborations) • 169 pages • 2021
  • Coursera: Machine Learning - All weeks solutions [Assignment + Quiz] PDF - Andrew NG. Coursera: Machine Learning - All Weeks solutions [Assignment + Quiz] - Andrew NG === Week 1 === Assignments: • No Assignment for Week 1 Introduction 1. A computer program is said to learn from experience E with respect to some task T and some performance measure P if its performance on T, as measured by P, improves with experience E. Suppose we feed a learning algorithm a lot of historical weath...
    (0)
  • $2.99
  • 6x sold
  • + learn more
Exam (elaborations) TEST BANK FOR Probability and Random Processes for Electrical and Computer Engineers By John A. Gubner (Solution Guide)
  • Exam (elaborations) TEST BANK FOR Probability and Random Processes for Electrical and Computer Engineers By John A. Gubner (Solution Guide)

  • Exam (elaborations) • 261 pages • 2021
  • Exam (elaborations) TEST BANK FOR Probability and Random Processes for Electrical and Computer Engineers By John A. Gubner (Solution Guide) Solutions Manual for Probability and Random Processes for Electrical and Computer Engineers John A. Gubner University of Wisconsin–Madison File Generated July 13, 2007 CHAPTER 1 Problem Solutions 1. W = {1,2,3,4,5,6}. 2. W = {0,1,2, . . . ,24,25}. 3. W = [0,¥). RTT > 10 ms is given by the event (10,¥). 4. (a) W = {(x,y) 2 IR2 : x2+y2  10...
    (0)
  • $15.49
  • + learn more
Exam (elaborations) TEST BANK FOR Numerical Methods for Engineers By Steven C. Chapra (Solutions manual)
  • Exam (elaborations) TEST BANK FOR Numerical Methods for Engineers By Steven C. Chapra (Solutions manual)

  • Exam (elaborations) • 516 pages • 2021
  • Exam (elaborations) TEST BANK FOR Numerical Methods for Engineers By Steven C. Chapra (Solutions manual) CHAPTER 2 2.1 IF x < 10 THEN IF x < 5 THEN x = 5 ELSE PRINT x END IF ELSE DO IF x < 50 EXIT x = x - 5 END DO END IF 2.2 Step 1: Start Step 2: Initialize sum and count to zero Step 3: Examine top card. Step 4: If it says “end of data” proceed to step 9; otherwise, proceed to next step. Step 5: Add value from top card to sum. Step 6: Increase count by 1. Step...
    (0)
  • $15.49
  • + learn more
Amplitude modulation ising Matlab program
  • Amplitude modulation ising Matlab program

  • Summary • 3 pages • 2023
  • Study of AM WAVE by matlab program
    (0)
  • $7.99
  • + learn more
Numerical Analysis Test
  • Numerical Analysis Test

  • Exam (elaborations) • 4 pages • 2023
  • Prepared exam for numerical analysis to practice on linear system problem, gauss seidel iterative method, and matlab coding.
    (0)
  • $10.49
  • + learn more