統計
All
Feeds
回答済み
I cannot open m-files by just clicking on them (I need to use the Open File command in Matlab and then it works fine). How to fix this? Thanks
Hi, Could you please right click on an M-file and check the application that is set in the 'Open With' option. Regards ...
I cannot open m-files by just clicking on them (I need to use the Open File command in Matlab and then it works fine). How to fix this? Thanks
Hi, Could you please right click on an M-file and check the application that is set in the 'Open With' option. Regards ...
9年弱 前 | 0
回答済み
How can I implement a wind turbine as a current source ?
Hi Rifat, If you have the SimPowerSystems toolbox, please refer to the documentation link provided below http://www.mathwork...
How can I implement a wind turbine as a current source ?
Hi Rifat, If you have the SimPowerSystems toolbox, please refer to the documentation link provided below http://www.mathwork...
9年弱 前 | 0
回答済み
How to convert two arrays into a table?
Hi, If A and B are the arrays with n elements then you can create a table by the following command: >> T=table(A,B) Reg...
How to convert two arrays into a table?
Hi, If A and B are the arrays with n elements then you can create a table by the following command: >> T=table(A,B) Reg...
9年弱 前 | 2
| 採用済み
回答済み
why does my program terminate
Hi, Insert breakpoints at each xlsread command and see if it is one of the xlsread that is causing the problem. Regards V...
why does my program terminate
Hi, Insert breakpoints at each xlsread command and see if it is one of the xlsread that is causing the problem. Regards V...
9年弱 前 | 0
回答済み
Control Raspberry Pi Motor HAT with Simulink
Hi, From the documentation page provided below: https://learn.adafruit.com/adafruit-dc-and-stepper-motor-hat-for-raspberry-p...
Control Raspberry Pi Motor HAT with Simulink
Hi, From the documentation page provided below: https://learn.adafruit.com/adafruit-dc-and-stepper-motor-hat-for-raspberry-p...
9年弱 前 | 0
回答済み
Trouble with Imoverlay - Attempt to grow array along ambiguous dimension.
Hi, Please try using an image with smaller resolution, this will help us to identify if its a dimension related issue. Sin...
Trouble with Imoverlay - Attempt to grow array along ambiguous dimension.
Hi, Please try using an image with smaller resolution, this will help us to identify if its a dimension related issue. Sin...
9年弱 前 | 0
回答済み
Negative rates in blsprice
Hi, Negative rates are not allowed in BLSPRICE. However, you can modify the function 'blscheck.m' called by BLSPRICE openi...
Negative rates in blsprice
Hi, Negative rates are not allowed in BLSPRICE. However, you can modify the function 'blscheck.m' called by BLSPRICE openi...
9年弱 前 | 0
回答済み
Invalid MEX-file '/path/xxx.mexa64': dlopen: cannot load any more object with static TLS
Hi, This may be an issue caused by the way the library being loaded is built improperly. I would recommend contacting the Tec...
Invalid MEX-file '/path/xxx.mexa64': dlopen: cannot load any more object with static TLS
Hi, This may be an issue caused by the way the library being loaded is built improperly. I would recommend contacting the Tec...
9年弱 前 | 0
回答済み
Matlab in Ubuntu never gets past start screen.
Hi, Could you please try the solutions mentioned in the link provided below: http://www.mathworks.com/matlabcentral/answers/...
Matlab in Ubuntu never gets past start screen.
Hi, Could you please try the solutions mentioned in the link provided below: http://www.mathworks.com/matlabcentral/answers/...
9年弱 前 | 0
回答済み
Signal dimension in Simulink change when fed back in closed loop
Hi, Sometimes Simulink is unable to determine the size of signals without additional specification. This is especially the ca...
Signal dimension in Simulink change when fed back in closed loop
Hi, Sometimes Simulink is unable to determine the size of signals without additional specification. This is especially the ca...
9年弱 前 | 0
| 採用済み
回答済み
How to calculate the HPBW (Half Power Beam Width) of a half wavelength, one wavelength, and 3/2 wavelength dipole?
Hi, Please try the submission from the MATLAB FileExchange: http://www.mathworks.com/matlabcentral/fileexchange/22461-design...
How to calculate the HPBW (Half Power Beam Width) of a half wavelength, one wavelength, and 3/2 wavelength dipole?
Hi, Please try the submission from the MATLAB FileExchange: http://www.mathworks.com/matlabcentral/fileexchange/22461-design...
9年弱 前 | 0
回答済み
I tried to connect to Bloomberg via Bloomberg data license (using datafeed toolbox in version R2015a) but cannot get a connection.
Hi, In order to connect to the Bloomberg Data License connection from MATLAB, the following JAR files are needed to be added ...
I tried to connect to Bloomberg via Bloomberg data license (using datafeed toolbox in version R2015a) but cannot get a connection.
Hi, In order to connect to the Bloomberg Data License connection from MATLAB, the following JAR files are needed to be added ...
9年弱 前 | 0
| 採用済み
回答済み
Naming logged signals in a Referenced Model
Hi, Please find the attached sample models, In the 'mod1.slx' I have a signal named name1 and in 'topMod.slx' I have a signal...
Naming logged signals in a Referenced Model
Hi, Please find the attached sample models, In the 'mod1.slx' I have a signal named name1 and in 'topMod.slx' I have a signal...
9年弱 前 | 0
回答済み
Read .off files
Hi Tiffiny I have found a MATLAb FileExcahnge submission: http://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-g...
Read .off files
Hi Tiffiny I have found a MATLAb FileExcahnge submission: http://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-g...
9年弱 前 | 0
回答済み
In SimMechanics is it possible to change the Actuation input?
Hi Could you please try adding 'Revolute Joint' with Torque as an input in an 'If Action Subsystem' and Similarly another 'Re...
In SimMechanics is it possible to change the Actuation input?
Hi Could you please try adding 'Revolute Joint' with Torque as an input in an 'If Action Subsystem' and Similarly another 'Re...
9年弱 前 | 0
回答済み
Plot colors not showing up in Matlab R2016a Student Version
Hi, Can you please try to create the plots by specifying the colors explicitly. >>plot(x,y1,'red') >>hold on >>plo...
Plot colors not showing up in Matlab R2016a Student Version
Hi, Can you please try to create the plots by specifying the colors explicitly. >>plot(x,y1,'red') >>hold on >>plo...
9年弱 前 | 0
回答済み
colorbar title missing in Matlab 2015b
Hi, Please share a sample code that can reproduce this issue so that others from the community can provide their thoughts on ...
colorbar title missing in Matlab 2015b
Hi, Please share a sample code that can reproduce this issue so that others from the community can provide their thoughts on ...
9年弱 前 | 0
回答済み
error 39 from version 2015b only
Hi David, Please refer to the forum post provided below: http://www.mathworks.com/matlabcentral/answers/98895-why-do-i-recei...
error 39 from version 2015b only
Hi David, Please refer to the forum post provided below: http://www.mathworks.com/matlabcentral/answers/98895-why-do-i-recei...
9年弱 前 | 0
回答済み
How do I input variables into a Simulink model through MATLAB script (SimDriveline)
Hi, In the blocks that you are using please use variable names and then you can write a script that uses the 'input()' to get...
How do I input variables into a Simulink model through MATLAB script (SimDriveline)
Hi, In the blocks that you are using please use variable names and then you can write a script that uses the 'input()' to get...
9年弱 前 | 2
回答済み
Problems loading drivers for a motion controller
Hi Mikael, You can refer the answer to the question in this <http://www.mathworks.com/matlabcentral/answers/95039-why-does-th...
Problems loading drivers for a motion controller
Hi Mikael, You can refer the answer to the question in this <http://www.mathworks.com/matlabcentral/answers/95039-why-does-th...
約9年 前 | 0
回答済み
We're sorry, but something went wrong.
Hi Bernhard, Try downloading with an updated browser. This might resolve the issue.
We're sorry, but something went wrong.
Hi Bernhard, Try downloading with an updated browser. This might resolve the issue.
約9年 前 | 0
回答済み
Solving a system of equations.
Hi Christopher, The following lines of code will do the trick: >> syms alpha delta >> solver = @(x,y) solve(x ==alpha...
Solving a system of equations.
Hi Christopher, The following lines of code will do the trick: >> syms alpha delta >> solver = @(x,y) solve(x ==alpha...
約9年 前 | 0
回答済み
I'm trying to get the data from a zoomed-in MATLAB figure. I was able to get the XData and YData of the full field of view figure, as well as the XLim and YLim of the zoomed-in figure, but no more than that. Can someone advise me please?
Hi Guy Nir, Refer the <http://www.mathworks.com/help/matlab/ref/axes-properties.html Axes properties> and <http://www.mathwor...
I'm trying to get the data from a zoomed-in MATLAB figure. I was able to get the XData and YData of the full field of view figure, as well as the XLim and YLim of the zoomed-in figure, but no more than that. Can someone advise me please?
Hi Guy Nir, Refer the <http://www.mathworks.com/help/matlab/ref/axes-properties.html Axes properties> and <http://www.mathwor...
約9年 前 | 0
回答済み
Solving simple symbolic trigonometry equations
Hi John, Use the "solve" command as follows: >> solve(a*sin(x) == b*cos(x),x,'IgnoreProperties',true,'ReturnConditions',...
Solving simple symbolic trigonometry equations
Hi John, Use the "solve" command as follows: >> solve(a*sin(x) == b*cos(x),x,'IgnoreProperties',true,'ReturnConditions',...
約9年 前 | 1
回答済み
Can I copy figures from Matlab in such a way that their resolution, position, fonts are similar for all the figure when I paste into a word document?
Hi Bee, You can achieve this by ensuring that the figures have the same style. This can be done by adjusting the properties o...
Can I copy figures from Matlab in such a way that their resolution, position, fonts are similar for all the figure when I paste into a word document?
Hi Bee, You can achieve this by ensuring that the figures have the same style. This can be done by adjusting the properties o...
約9年 前 | 0
| 採用済み
回答済み
How do I add Libraries to the Library Browser in R2013a?
Hi Jason, You can refer the following documentation link for this: <http://www.mathworks.com/help/releases/R2013a/simulink...
How do I add Libraries to the Library Browser in R2013a?
Hi Jason, You can refer the following documentation link for this: <http://www.mathworks.com/help/releases/R2013a/simulink...
約9年 前 | 0
回答済み
I have Matlab 2015b and I am trying to program the Kinect v1...
Hi Gupta, Refer the following link for troubleshooting section of the Image Acquisition Toolbox of MATLAB: <http://www.mat...
I have Matlab 2015b and I am trying to program the Kinect v1...
Hi Gupta, Refer the following link for troubleshooting section of the Image Acquisition Toolbox of MATLAB: <http://www.mat...
約9年 前 | 0
回答済み
Need a guide to use Technical Analysis Tool in MATLAB
Hi Satya, You need to first read the data from the excel sheet into a variable using <http://www.mathworks.com/help/matlab/re...
Need a guide to use Technical Analysis Tool in MATLAB
Hi Satya, You need to first read the data from the excel sheet into a variable using <http://www.mathworks.com/help/matlab/re...
約9年 前 | 0
回答済み
Have trouble to install Arduino support package?
Hi, If you have a proxy enabled on your network, ensure that the proxy parameters are initialized in the "web" option of MATL...
Have trouble to install Arduino support package?
Hi, If you have a proxy enabled on your network, ensure that the proxy parameters are initialized in the "web" option of MATL...
約9年 前 | 0
回答済み
how can i have the value of voltage in a RLC circuit on simscape?
Hi Alexandra, I have attached a sample model 'sim_rlc.mdl'. It simulates a series RLC circuit and measures the voltage across...
how can i have the value of voltage in a RLC circuit on simscape?
Hi Alexandra, I have attached a sample model 'sim_rlc.mdl'. It simulates a series RLC circuit and measures the voltage across...
約9年 前 | 0
| 採用済み