photo

Yutaka Yamada


Last seen: 5 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
6 Answers

Cody

0 Problems
16 Solutions

RANK
2,129
of 300,584

REPUTATION
30

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
27,666
of 169,723

CONTRIBUTIONS
0 Problems
16 Solutions

SCORE
182

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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 =...

4 years ago | 2

| accepted

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 1

| accepted

Answered
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. ...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

| accepted

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

4 years ago | 2

| accepted