photo

Yutaka Yamada


Last seen: 10개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
6 답변

Cody

0 문제
16 답안

순위
2,138
of 301,513

평판
30

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
5

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
28,735
of 175,031

참여
0 문제
16 답안

점수
182

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Plotting Curves Python: How to include step size
Hi, please try below. import matplotlib.pyplot as plt import numpy as np t = np.arange(-1.2, 1.2, 0.01) x1 = np.exp(t) x2 =...

거의 5년 전 | 2

| 수락됨

답변 있음
readtable is not reading the time 12:00:00 AM?
Hi, Recentely I've tried similar thing. Please try below code. opts = detectImportOptions('readTime.xlsx'); opts.VariableTyp...

거의 5년 전 | 0

답변 있음
How to read time as string data from excel file
How about the below code if you want to use readtable? opts = detectImportOptions('readTime.xlsx'); opts.VariableTypes = 'date...

거의 5년 전 | 1

| 수락됨

답변 있음
HYSYS optimisation using MATLAB
Hi, I don't know much about HYSYS. But the below article would be good reference as for the optimization of process simulation. ...

거의 5년 전 | 0

| 수락됨

답변 있음
Array indices must be positive integers or logical values.
It seems that Elev1 is the initial elevation. I think it's better to get the array size first like below. Otherwise the array s...

거의 5년 전 | 0

| 수락됨

답변 있음
凡例のフォントを指定する方法
こちらのリンクを見た感じでは、凡例に対して以下のような形で指定できるのではないかと思います。 ご質問の意図と違っているかもしれませんが、試してみていただければと思います。 lgd = legend('a','b','c'); lgd.FontName...

거의 5년 전 | 2

| 수락됨