Feeds
질문
how do i multiply matrices in a sub-function using a for loop
Write a MATLAB function that performs matrix multiplication of two matrices sent in the input list. That is, write the nested FO...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
I need to create a main program that reads an input file then uses a subfunction to calculate a vector of values, then plots the results, while also sorting the vector of values and plots the sorted results.
1) Create an input file with the following data thickness = 0.2; width = 5; depth = [ 10 7.6 12.3 8.1 14.9 9.7 13 11.4 7.9 13.8 ...
대략 9년 전 | 답변 수: 0 | 0