photo

Minhao Wang


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
125,662
of 300,771

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I replace words in the text file?
function [] = Assign5() clc;clear readstring = read_form(); [tag,replacement] = read_sub_tag(); newstring = replace_tags(rea...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


What did I do wrong in my 'for' loop function?
The question is With the help of an RESP (Registered Education Savings Plan), a parent can start putting aside money for a chi...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


What should I do in order to make my code plot like this?
sap = input('Select a program: 1. Arts; 2. Science; 3. Engineering: '); nb(1) = 2000; mir = 0.0625/12; mc = 200; for B = 2 :...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I debug this?
clc;clear C1 = input('Please enter a code to break: ' , 's'); if length(C1) ~= 6 disp('Decoy message: Not a six-digit num...

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

1

답변

질문


How am I gonna do if I just want this to show me only Decoy message: Invalid rescue day . And the changes will not affect other codes?
clc;clear C1 = input('Please enter a code to break: ' , 's'); if length(C1) ~= 6 disp('Decoy message: Not a six-digit num...

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

1

답변

질문


How to connect two displays?
clc;clear C1 = input('Please enter a code to break: ' , 's'); if length(C1) ~= 6 disp('Decoy message: Not a six-digit num...

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

1

답변

질문


Can someone tell me how can I create a if statement with mulitple else?
clc;clear C1 = input("Please enter a code to break: " , "s"); if length(C1) ~= 6 disp("Decoy message: Not a six-digit num...

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

1

답변

질문


Can we put all of these str2num in one function?
clc;clear C1 = '222222' str2num(C1(1)) + str2num(C1(2)) + str2num(C1(3)) + str2num(C1(4))... + str2num(C1(5)) + str2num(C...

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

2

답변