photo

Mark Dillon


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
36,501
of 300,851

평판
1

참여
14 질문
0 답변

답변 채택
57.14%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I solve a system of equations?
I need to solve the following system of equations for x: * 10w-5x+3x-z = 1 * ...

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

1

답변

질문


What is wrong with this sequence?
I was given this code to figure out what is wrong with it, but cannot figure it out. if true % code % Evaluate a...

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

1

답변

질문


I have a Maclaurin Series, how do I calculate it?
The Series is: log(1-x) = -x/1 - x^2/2 - x^3/3 - x^4/4... I need to write a script that prompts the use to enter a value f...

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

4

답변

질문


How do I use trap?
Here is what I am working with right now: if true % %% Write a script to integrate a function in three different w...

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

1

답변

질문


How do I turn this function into a 2-D operation?
I have this function file: if true % function [newx,newv,F]=Leaf(x,v,m,h) % Inputs are x (meters), % ...

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

1

답변

질문


How do I plot multiple intersections between two functions?
I have been tasked with plotting two functions as well as marking where the two intersect. I also have to use a for or while loo...

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

1

답변

질문


How do I plot the intersections of two functions???
I have been tasked with plotting two functions and having to find where the two intersect. I also have to use a for or while loo...

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

2

답변

질문


How do I run an infinite series by creating a function?
I am working on a homework problem and cannot seen to get it started properly. So far I have a function created, if true ...

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

1

답변

질문


How do I take a normal script with a function and turn it into a script with an anonymus function?
I am trying to use this old script I wrote and turn it into an anonymous function script using a loop. I am having some issues t...

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

1

답변

질문


How do I write a script that keeps asking the user to enter a number until the sum of the numbers they have entered is bigger than 10?
This is what I have so far. I know it isn't correct, but I think it is a start. if true Total = 0; k = 1; while (Total<...

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

1

답변

질문


Subplot is failing to produce the figure that I want, where have I messed up?
When I run the script I can only get the figure to produce the plot column 1 row 1, but it needs to produce a lot more. I should...

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

1

답변

질문


Why do I keep getting back 'Error using zeros' when I run my script?
Each time I run my script I get this: Error using zeros Maximum variable size allowed by the program is exceeded. ...

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

0

답변

질문


Write an if statement inside of a while loop to check for a positive, negative, or zero number entered by the user. Stop if the user enters zero.
• Start with an if statement: Write a script that first asks the user for a number (using the input command). Then, using an if ...

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

1

답변

질문


How to use a loop to find a sum and average?
I am learning how to use MATLAB and have been told there is a way to create a loop that will also output the sum and the average...

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

3

답변