Community Profile

photo

Sai Sri Harsha Vallabhuni


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to call a matlab plot function from python with arguments?
Instead of eng.tplot(X, Y, Z, nargout=0) Try this eng.run("\path\to\tplot.m\file", X, Y, Z, nargout = 0) Hope this helps.

4年弱 前 | 0

回答済み
switch case or if-elseif-else
In general, using a switch case gives better readability to the code. But, in your case, there isn't much difference as there ar...

4年弱 前 | 0

| 採用済み

回答済み
How to set the language of matlab from mandarin to english?
The following shows how to change the language to english. Try it. https://www.mathworks.com/matlabcentral/answers/196985-how-d...

4年弱 前 | 0

回答済み
Why doesn't the loop in my for loop work?
Hey, Below is modified code which achieves what you are tying to do for f = Besparingslistan(:,1) for a = Besparingslista...

4年弱 前 | 0

回答済み
How to calculate mean of all the rows individually and should be stored in the same worksheet ?
Hey, I don't know if I understood the question exactly. I'm assuming you want to calculate mean for each column(call them colMe...

4年弱 前 | 0

| 採用済み

回答済み
Where is the Matlab Simulink 'Send to figure' option on newer versions?
When click on the camera symbol, you can see menu as below Select your desired plot or the whole plot and send to MATLAB ...

4年弱 前 | 3

| 採用済み

回答済み
Hi in the following script if my value pass through my switch func I want to change its value in my array called name(1,i) by the new value created and can't find how.
Hey, What do you mean when you say "change its value in name array"? I'm assuming you want to take the updated values of air...

4年弱 前 | 1

| 採用済み

回答済み
Error while plotting 3 vectors- Data must be numeric, date time, duration or an array convertible to double.
t = rohit(:, 1); x = rohit(:,2); u = rohit(:,3); t, x, u are of type table and table datatypes do not have plot method. In...

4年弱 前 | 1

| 採用済み