photo

NoDrivel


University of Glasgow

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
268,357
of 301,781

평판
0

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,420

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,526

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


using For loop to represent positive intergers with the corresponding #. And modifying the script to write out a triangular pattern with a decreasing number of #'s on each successive line
% a script which reads in a positive integer % and writes out the corresponding number of “#” characters on one line ...

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

1

답변

질문


using for loops write a script which reads&writes out the corresponding no. of '#' characters on one line. modify the script to write out a triangular pattern with a decreasing number of #'s on each successive line.
This is my failed attempt of the script: num=1; fprintf('This program reads any positive integer'); while num...

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

0

답변

질문


I am getting Warning: Ignoring extra legend entries
% T represents Temperature in Kelvin,K % mu represnt Viscosity %downloading the ascii data file ...

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

1

답변

질문


How do i make this script produce a tidy output screen? I have come up with the script but cannot tidy it up.
Output screen: Please enter a positive number : 1 Please enter a positive number : 2 Please enter a positive numb...

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

0

답변

질문


I am managing to only come up with a product of the integer itself * 1, instead of a script that loops until the product is =>500. Help appreciated. See my attempt below;
x = [zeros(1, NumberOfAsterisksInEachDirection), linspace(0, width, NumberOfAsterisksInEachDirection), linspace(0, width, ...

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

0

답변

질문


Where am i going wrong in this "for loop" script associated with the question below? See the script below the question:
Write a script which will print a table on the screen of the temperature in Celsius and the corresponding temperature in Fahren...

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

1

답변

질문


How do I complete this script for below question? I have partially created the script: see it below the question.
Write a script that asks for a series of numbers and calculates the sum and the mean. When the user enters a value of 0, the sc...

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

1

답변