Alex Alex
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
22 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Is there a mechanical rotational to mechanical translational converter block in Simscape?
Simscape/Driveline/Gears/Rotational-Translational its not for you? Matlab verson?
Is there a mechanical rotational to mechanical translational converter block in Simscape?
Simscape/Driveline/Gears/Rotational-Translational its not for you? Matlab verson?
約2年 前 | 0
回答済み
How to obtain union of three shapes given the coordinates
may be command "polyxpoly" help you [xi1,yi1] = polyxpoly(circ(:,1), circ(:,2), R1(1,:), R1(2,:)) [xi2,yi2] = polyxpoly(circ...
How to obtain union of three shapes given the coordinates
may be command "polyxpoly" help you [xi1,yi1] = polyxpoly(circ(:,1), circ(:,2), R1(1,:), R1(2,:)) [xi2,yi2] = polyxpoly(circ...
3年弱 前 | 0
回答済み
How can I change the upper case letters in a string to lowercase while also changing the lowercase letters to uppercase?
Try begin with this example clc clear a='Hello My BROthEr'; % text in one row for i=1:length(a)% cycle from 1 to size mass...
How can I change the upper case letters in a string to lowercase while also changing the lowercase letters to uppercase?
Try begin with this example clc clear a='Hello My BROthEr'; % text in one row for i=1:length(a)% cycle from 1 to size mass...
約3年 前 | 0
回答済み
power and voltage unit of GUI is not working
Mb in formula used U^2. Lets try with R=1. P=(U^2)/R When U = 1 KV = 1000V => P = 1MW When U = 1 V = 1V => P = 1W ...
power and voltage unit of GUI is not working
Mb in formula used U^2. Lets try with R=1. P=(U^2)/R When U = 1 KV = 1000V => P = 1MW When U = 1 V = 1V => P = 1W ...
約3年 前 | 0
回答済み
Bus signals from simulink functional block
look here https://www.mathworks.com/help/simulink/ug/create-structures-in-matlab-function-blocks.html https://www.mathworks.co...
Bus signals from simulink functional block
look here https://www.mathworks.com/help/simulink/ug/create-structures-in-matlab-function-blocks.html https://www.mathworks.co...
約3年 前 | 0
回答済み
How to output LoggedSignals in reinforcement learning simulations?
Try use combination "Ctrl+E" inopened model and select string Data Import/Export for setting output parametres
How to output LoggedSignals in reinforcement learning simulations?
Try use combination "Ctrl+E" inopened model and select string Data Import/Export for setting output parametres
約3年 前 | 0
回答済み
how to add parameter to workspace when load the simulink model
File - Model Properties - Model Properties - Callbacks - PreloadFcn/PostLoadFcn ???
how to add parameter to workspace when load the simulink model
File - Model Properties - Model Properties - Callbacks - PreloadFcn/PostLoadFcn ???
約3年 前 | 0
| 採用済み
回答済み
PID tunning at simulink block
Did you say "plant"? If you are using the simulink сo-simulation mode, I'm afraid no customization is possible.
PID tunning at simulink block
Did you say "plant"? If you are using the simulink сo-simulation mode, I'm afraid no customization is possible.
約3年 前 | 0
回答済み
Delay block doesn´t work
Try fixed-step size or fixed max step size, but i agree, bad modeling
Delay block doesn´t work
Try fixed-step size or fixed max step size, but i agree, bad modeling
約3年 前 | 0
回答済み
Simulink crankshaft doesn't work properly. How can I fix it?
try and resistance and rotational damper....but it not end.....
Simulink crankshaft doesn't work properly. How can I fix it?
try and resistance and rotational damper....but it not end.....
約3年 前 | 0
| 採用済み
回答済み
Change legend line position
https://www.mathworks.com/matlabcentral/answers/22203-multicolumn-legend?s_tid=srchtitle https://www.mathworks.com/matlabcentra...
Change legend line position
https://www.mathworks.com/matlabcentral/answers/22203-multicolumn-legend?s_tid=srchtitle https://www.mathworks.com/matlabcentra...
約3年 前 | 0
回答済み
How to plot 2 variable graph in simulink?
Use "plotyy" function or "yyaxis" example here https://www.mathworks.com/help/matlab/ref/plotyy.html
How to plot 2 variable graph in simulink?
Use "plotyy" function or "yyaxis" example here https://www.mathworks.com/help/matlab/ref/plotyy.html
3年以上 前 | 1
| 採用済み
回答済み
How to solve two equations for four unknowns?
No options, the number of equations must be greater than or equal to the number of unknowns. Now 2<4?
How to solve two equations for four unknowns?
No options, the number of equations must be greater than or equal to the number of unknowns. Now 2<4?
3年以上 前 | 0
回答済み
How to use time series signals from simulink to workspace in plot?
plot(y), plot(out.y), Something from this ?
How to use time series signals from simulink to workspace in plot?
plot(y), plot(out.y), Something from this ?
4年弱 前 | 1
| 採用済み
回答済み
Find 2nd Minimum between Input Wheel Speed Signal
Try this code for "matlab function" block.It should work for the same values too and if wheel speed>0.This is not the best s...
Find 2nd Minimum between Input Wheel Speed Signal
Try this code for "matlab function" block.It should work for the same values too and if wheel speed>0.This is not the best s...
4年弱 前 | 0
| 採用済み
回答済み
How do I make a Double-Acting Hydraulic Cylinder act in both directions in Simscape?
from help: Initial Conditions Tab Piston initial distance from cap A The distance that the piston is extended at the beginnin...
How do I make a Double-Acting Hydraulic Cylinder act in both directions in Simscape?
from help: Initial Conditions Tab Piston initial distance from cap A The distance that the piston is extended at the beginnin...
4年弱 前 | 0
回答済み
Get Numeric Values out of Text File
look here about "ZIP codes", maybe help https://www.mathworks.com/help/matlab/ref/extract.html
Get Numeric Values out of Text File
look here about "ZIP codes", maybe help https://www.mathworks.com/help/matlab/ref/extract.html
4年弱 前 | 0
回答済み
How to Control optimizaiton's variable changing step
Try to create a nonlinear constraint function that selects only integer values of the variables being optimized
How to Control optimizaiton's variable changing step
Try to create a nonlinear constraint function that selects only integer values of the variables being optimized
4年弱 前 | 1
回答済み
Code outputs correctly once, but gives an error message when I try to output a second time.
I think that just in the workspace there was an array a, which has different dimensions with arrays x1 and x2. Use the clear com...
Code outputs correctly once, but gives an error message when I try to output a second time.
I think that just in the workspace there was an array a, which has different dimensions with arrays x1 and x2. Use the clear com...
4年弱 前 | 1
| 採用済み