Skip to content

Repository files navigation

Matlab_tutorials

This repo provides basic programs done using Matlab. Anyone who wants to get an introduction to Matlab can utilize this repository.

first_test.m

  • This code simulates the functioning of a normal calculator. https://github.com/Flash500x/matlab_tutorials/blob/main/first_test.m
  • sineplotwave.m

  • This code generates a sine wave. https://github.com/Flash500x/matlab_tutorials/blob/main/sinplotwave.m
  • cosplotwave.m

  • This code generates a cosine wave. https://github.com/Flash500x/matlab_tutorials/blob/main/cosplotwave.m
  • VI-chara of diode.m

  • This code generates the output characteristics of a diode. https://github.com/Flash500x/matlab_tutorials/blob/main/VI-chara%20of%20diode.m
  • bargraph_random.m

  • This code generates a bar graph. https://github.com/Flash500x/matlab_tutorials/blob/main/bargraph_random.m
  • sine_cosine_values_as_discrete_values_stem_plots.m

  • This code generates discrete representation of sine and cos values. https://github.com/Flash500x/matlab_tutorials/blob/main/sine_cosine_values_as_discrete_values_stem_plots.m
  • studyplots_cos_sine.m

  • This code uses the concept of studyplots. https://github.com/Flash500x/matlab_tutorials/blob/main/sine_cosine_values_as_discrete_values_stem_plots.m
  • 1624.m

    This code generates the following waveforms:
    • sawtooth
    • triangular
    • square
    • sine
    https://github.com/Flash500x/matlab_tutorials/blob/main/1624.m

    comp.m

    • This MATLAB code creates a figure with four subplots to visualize real and complex arrays.
    • It includes continuous plots and stem plots for both the real array and the real and imaginary parts of the complex array.
    • The plots help to compare and analyze the values of the real and imaginary components across different indices.
    https://github.com/Flash500x/matlab_tutorials/blob/main/comp.m

    eigen.m

  • This code find the rank and eigen values of a matrix
  • https://github.com/Flash500x/matlab_tutorials/blob/main/eigen.m

    graphs.m

  • This code prints: sine wave , hyperbolic-cos and sine and a cos wave
  • https://github.com/Flash500x/matlab_tutorials/blob/main/graphs.m

    About

    A repo created to store matlab exercises

    Resources

    Stars

    0 stars

    Watchers

    1 watching

    Forks

    Releases

    Packages

    Contributors

    Languages