Sandy
自 2015 起处于活动状态
Followers: 0 Following: 0
Masters Student
Feeds
提问
questions related with tic and toc ?
Hello Simulink and MATLAB user, I greatly appreciate your help! Can someone please clarify my following questions. 1. wh...
8 years 前 | 3 个回答 | 0
3
个回答提问
How to know total time taken by a solver to converge the system completely.
Hello Simulink user, I am running simulink model through matlab m file and I am interested to know the total simulations time ta...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to change Solver type for sub-systems and model blocks?
Hello Simulink Users, I want to assign different solver for sub-system ( not sure if it is possible) or change the step size...
9 years 前 | 0 个回答 | 0
0
个回答已回答
Model Referencing Pane properties in ( 2015b) matlab
Hi Sebastian, Can you please give a hint how solver setting for each mode block can be changed? Like I want to select ode 23...
Model Referencing Pane properties in ( 2015b) matlab
Hi Sebastian, Can you please give a hint how solver setting for each mode block can be changed? Like I want to select ode 23...
9 years 前 | 0
提问
Model Referencing Pane properties in ( 2015b) matlab
Hello Simulink users, I am referring this link http://www.mathworks.com/matlabcentral/answers/230088-what-kind-of-a-solver...
9 years 前 | 2 个回答 | 0
2
个回答提问
line code for running simulink model without clicking on run button
Hello everyone, I am trying to run Simulink model from TRNSYS(17). the mfile automatically runs using type 155 from TRNSYS...
9 years 前 | 1 个回答 | 0
1
个回答提问
Coupling between Simulink and TRNSYS
Hello Simulink/Matlab User, I am trying to couple Simulink/ Matlab with TRNSYS. I have figured out how to connect the Matlab wi...
9 years 前 | 0 个回答 | 0
0
个回答已回答
How to measure the heat transfer by a universal motor?
Hi Sumit, Thanks for sharing this link. I have tried that document before. Actually, What I am not not getting is how to c...
How to measure the heat transfer by a universal motor?
Hi Sumit, Thanks for sharing this link. I have tried that document before. Actually, What I am not not getting is how to c...
9 years 前 | 0
已回答
How to measure the heat transfer by a universal motor?
Hey Walter, its under Simscape : thermal
How to measure the heat transfer by a universal motor?
Hey Walter, its under Simscape : thermal
9 years 前 | 0
提问
csv file extension saved in MatLAB is not readable in Excel, how to fix it?
Hi all, I am using save('csvfilename.csv',' A ') to save csv file. It does save the csv file but after opening in excel it ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to measure the heat transfer by a universal motor?
Hi all, I am using a universal motor and want to measure the heat produced by it. There are two Thermal port: Hf(field windi...
9 years 前 | 3 个回答 | 0
3
个回答已回答
hello friends, when i done a modelling in simulink error "the "FixedStepDiscrete" solver cannot be used to simulate block diagram,because it contains continuous states" is occuring.... even i tried all the solver types but nothing worked.. help me..
Hi all, How can I change the solver setting of simulink from Matlab workspace; goal is to set the Automatic Solver Parameter...
hello friends, when i done a modelling in simulink error "the "FixedStepDiscrete" solver cannot be used to simulate block diagram,because it contains continuous states" is occuring.... even i tried all the solver types but nothing worked.. help me..
Hi all, How can I change the solver setting of simulink from Matlab workspace; goal is to set the Automatic Solver Parameter...
9 years 前 | 0
提问
How to set the Diagnostics: Automatic Solver Parameter Selection to none using Matlab work space.
Hi Support Team, Can you please explain how I can set 'Diagnostic: Automatic Solver Parameter Selection to none in m file. ...
9 years 前 | 1 个回答 | 0
1
个回答已解决
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
9 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9 years 前
已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
9 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
9 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 years 前
提问
How can I feed a time schedule to appliances while using AC voltage source?
Hi, My goal is to find the total electricity consumption by each household appliance. Right now, I am trying to build a mode...
9 years 前 | 1 个回答 | 0