Sandy
Followers: 0 Following: 0
Masters Student
Statistics
RANK
249,445
of 295,467
REPUTATION
0
CONTRIBUTIONS
10 Questions
7 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersModel 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 ago | 0
Question
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersHow 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 ago | 0
How to measure the heat transfer by a universal motor?
Hey Walter, its under Simscape : thermal
9 years ago | 0
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 3 answers | 0
3
answershello 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 ago | 0
Question
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 ago | 1 answer | 0
1
answerSolved
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 ago
Solved
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 ago
Solved
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 ago
Solved
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 ago
Solved
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 ago
Question
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 ago | 1 answer | 0