About 1,340,000 results
Open links in new tab
  1. Formatting Text - MATLAB & Simulink - MathWorks

    Formatting Text To convert data to text and control its format, you can use formatting operators with common conversion functions, such as num2str and sprintf. These operators control …

  2. f'c < 2500 psi | Eng-Tips

    Mar 5, 2009 · I know the ACI 318 states that concrete shall have a minimum f'c of 2500 psi. I have a situation where 28 day, 56 day, and even some cored breaks have come in lower (around …

  3. fplot - Plot expression or function - MATLAB - MathWorks

    This MATLAB function plots the curve defined by the function y = f(x) over the default interval [-5 5] for x.

  4. 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.

  5. Difference between %d and %f? - MATLAB Answers - MATLAB …

    Jul 7, 2024 · Hi, I dont quite understand the difference between %d and %f and its usage in certain cases. Does %d correspond to int in C and %f correspond to float? What is the case I have to …

  6. textscan - Read formatted data from text file or string - MATLAB

    This MATLAB function reads data from an open text file into a cell array, C.

  7. integral - Numerical integration - MATLAB - MathWorks

    Create the vector-valued function f (x) = [sin x, sin 2 x, sin 3 x, sin 4 x, sin 5 x] and integrate from x=0 to x=1. Specify 'ArrayValued',true to evaluate the integral of an array-valued or vector-valued …

  8. taylor - Taylor series - MATLAB - MathWorks

    This MATLAB function approximates f with the Taylor series expansion of f up to the fifth order at the point var = 0.

  9. mode - Most frequent values in array - MATLAB - MathWorks

    M = 3×1 3 0 0 F = 3×1 2 2 1 C= 3×1 cell array {[ 3]} {2×1 double} {4×1 double} C{2} is the 2-by-1 vector [0;1] since values 0 and 1 in the second row occur with frequency F(2). C{3} is the 4-by-1 …

  10. laplace - Laplace transform - MATLAB - MathWorks

    F = laplace(f) returns the Laplace Transform of f. By default, the independent variable is t and the transformation variable is s.