photo

David Hughes


Wayne State University

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

13 질문
1 답변

순위
151,187
of 300,763

평판
0

참여
13 질문
1 답변

답변 채택
38.46%

획득한 표
0

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Script that performs the same as MATLAB function.
I am looking to create scripts for some internal functions: repmat, fliplr, flipud, and rot90. I am familiar with how each works...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How do I bypass Error (index must be a positive integer or logical)?
I created a script that will give the average of the negative numbers entered by the user. I was attempting to store the entered...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I convert this to a while loop?
I have a script that works but I would like to convert it to a while loop and I am stuck. Any help is appreciated. Script is bel...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can xlswrite be used to prompt the user for the file name?
I have a script that writes the results to an excel file. Currently the file name has to be entered into the script. I want the ...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Error in Matrix multiplication function.
The message below is the error I get when I run this function file. I am not sure why. The function is supposed give an error if...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Code will not display getting error
I am getting an error on line 14 it will not display B. Any suggestions? This is the code: A=[1 2 3;4 5 6;7 8 9] [m,n]=...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can this code be more efficient?
I wrote this code with some help of a classmate and I think the code can run more efficiently. It coverts whole numbers & number...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Using a while loop to perform like cumsum function.
I have to create a code utilizing nested while loops to perform the same operation as cumsum. If I enter A=[1 2 3;4 5 6;7 8 9], ...

10년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Geometric Mean and average.
I think I found the answer. i=1; n=1; while n >= 0 ix = input('Enter your numbers: '); if ix < 0 % break ...

10년 초과 전 | 0

질문


Geometric Mean and average.
I am trying to create a code that will accept inputs until a negative integer is entered then take all the positive integers as ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Help with dec2bin conversion
I have to create a code using a while loop that will output the binary form of a number(that is less than 1). The code I have wo...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find matrix column & row max & min output as vector?
I need to create a script that gives the maximum & minimum value of each column and each row of a vector. This is what I have so...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to convert from a for loop to a while loop
function [y] = HW5_P2(n) %This function file determines the value of n^2 over the range 1 to n for i = 3:3:n x = [1:i];...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Using a while loop, what am I missing?
The code works but does not print the first number. The range is 1 to 11 odd numbers only but I need number 1 to show in the lis...

10년 초과 전 | 답변 수: 1 | 0

1

답변