解決済み


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

12年以上 前

解決済み


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

12年以上 前

解決済み


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

12年以上 前

回答済み
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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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 ...

12年以上 前 | 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...

13年弱 前 | 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...

13年弱 前 | 0

| 採用済み