About 78 results
Open links in new tab
  1. fprintf - Write data to text file - MATLAB - MathWorks

    This MATLAB function applies the formatSpec to all elements of arrays A1,...An in column order, and writes the data to a text file.

  2. compute the approximation of pi - MATLAB Answers - MATLAB Central

    Aug 27, 2020 · Write a program that approximates PI by computing the sum . The more terms you keep in the summation, the more accurate your answer will be. (In fact, the series converges to PI as m …

  3. Raspberry Pi Programming with MATLAB and Simulink

    With MATLAB support package for Raspberry Pi, you can write MATLAB programs that communicate with your Raspberry Pi and acquire data from the board’s GPIO pins, cameras, and other connected …

  4. Raspberry Pi Support from MATLAB and Simulink - MathWorks

    Raspberry Pi Support from Simulink Simulink Support Package for Raspberry Pi ® Hardware lets you develop algorithms that run standalone on your Raspberry Pi. The support package extends Simulink …

  5. sin - Sine of argument in radians - MATLAB - MathWorks

    Tips To compute sin(X*pi) accurately, without using pi as a floating-point approximation of π, you can use the sinpi function instead. For example, sinpi(n) is exactly zero for integers n and sinpi(m/2) is +1 …

  6. how do I calculate pi - MATLAB Answers - MATLAB Central

    Oct 3, 2019 · write a function to cumpute pi using question a. you should find that this series converges slowly. Determine how many terms are required to calculate pi to a relative accuracy of 10^-5.

  7. Getting Started with Deploying a MATLAB Function on the Raspberry Pi ...

    This example shows you how to deploy a MATLAB® function as a standalone executable on the Raspberry Pi® Hardware using MATLAB Support Package for Raspberry Pi Hardware.

  8. sprintf - Format data into string or character vector - MATLAB

    This MATLAB function formats the data in arrays A1,...,An using the formatting operators specified by formatSpec and returns the resulting text in str.

  9. Symbolic expressions with pi are displaying as decimals - MATLAB ...

    Feb 10, 2024 · Symbolic expressions with pi are displaying as... Learn more about symbolic, syms, output, display, settings MATLAB

  10. how do i write sin^2 (x) in matlab? - MathWorks

    Sep 4, 2020 · but cant get my matlab to accept sin^2 (x). here is what I wrote, what am i doing wrong?