Community Profile

photo

Matthew Covington


Last seen: circa 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


eval not working for a range of numbers
I have typed a code for the position of a mechanism with 6 links using vector loop equations with Euler. My code works from thet...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Dynamics Rotating Rod Problem
My teacher would like for us to use the format I am using, however I cannot seem to get some of my equations and/or vectors corr...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Function help with plugging in answer
function [out] = p4(x) L = 600; E = 50000; I = 30000; w0 = 2.5; out = (w0/120*E*I*L) * (-5*x^4 + 6*L^2*x^2 - L^4); % deriva...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Aligning columns with fprintf
All of my data is correct, however I cannot figure out how to format the top numbers correctly. The only problem I am having is ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


I need help, I have xlswrite row problems
The first picture (excel.PNG) is what my data looks like using xlswrite, the second picture (instructions.PNG) is what it is sup...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I properly use xlswrite?
I have the code below in my function, however it doesn't write the data as I expected. instead of writing '2018-19 Auburn Women ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


"if" function with cell array
I am using the following code: for n = 1:numbers_rows %numbers_rows = 32 if words{n, 3} == 's' fprintf('%02.0f/%02.0f/...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Undefined function or varible
I keep getting "Undefined function or varible 'wins' " although wins has a value of 22 in the workspace. I do not understand wha...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


textread to save specific columns?
My professor wants us to textread to read specific columns, it is a matrix with 12 rows, 4 columns. However I do not know how to...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Keep getting error message
Above is the pompt we are to follow to get the correct output, using fopen to get the data from a different file. %*****CONST...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Need help with understanding this
Revise your assign05.m by adding the exist() function to print a message only if the data file is not available. The output shou...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Homework help, displaying a matrix with a loop
Above is how im supposed to get the following output, which is the lake_powell matrix: Lake Powell Water Levels (in feet) ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Could I put this in a loop?
This is the following code I have % PART C % use find() and length() to determine how many months of each year exceed overall ...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


fprintf in a loop
I have the following code, I am trying to make the first %d change from 2013-2016 but cannot figure out the right way to put it....

circa 5 anni fa | 1 risposta | 0

1

risposta