已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

11 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11 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...

11 years 前

已回答
for and if loops question
Is there a reason you are supposed to use 3 for loops? A hint: Have a look at the function INTERSECT. Using this function the ta...

11 years 前 | 0

已回答
How does oligoprop calculate melting temperature? I can't get it to match.
The oligoprop function uses the calculation from this site: < http://www.basic.northwestern.edu/biotools/oligocalc.html> (scro...

11 years 前 | 0

已回答
sbionlinfit Grouping Experimental Data Replicates For Parameter Fitting
Are you using the SimBiology Desktop? Do you want to get one set of parameters for all replicates? For each replicate set th...

11 years 前 | 1

已回答
Simbiology how to simulate multiple doses in different groups
I have two questions: 1) Are you using the SimBiology Desktop? 2) Is the only difference between the two groups the dosing...

11 years 前 | 1

| 已接受

已回答
Generate dose response curve with Simbiology
Yes, it is possible. Have a look at this entry from the file exchange: <http://www.mathworks.com/matlabcentral/fileexchange/359...

11 years 前 | 1

已回答
i am using minspantree function of matlab.i need to convert tree output of this function to an array.output tree looks like as (1.2) 1....(3,4) 1....(5,8) 1...first digit in parentheis indicates destination node and second digit is source
Did I understand you correctly that you want to have a "normal" matrix rather than a sparse matrix? If this is the case you ...

11 years 前 | 0

| 已接受

已回答
Calculating Senstivities with SimBiology GUI and from 'sbiosimuate' - How do I deal with NaNs and Infs
The results between the GUI based calculation and your calculation in the command line differ because of a difference in the cal...

11 years 前 | 0

| 已接受

已回答
Out of memory at the end of simulation
Out of memory issues can have many different root causes. Bart has valid points with the questions he asked. There are some more...

11 years 前 | 0

| 已接受