photo

Stephen


Last seen: 대략 1년 전 2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: System Modeling

통계

All
MATLAB Answers

2 질문
20 답변

Cody

0 문제
2 답안

순위
1,674
of 300,381

평판
41

참여
2 질문
20 답변

답변 채택
0.0%

획득한 표
5

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
90,125
of 168,477

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
problem with interp1
Your definition of "dlrg" probably contains duplications. You aren't running unique on "dlrg" and that is the vector of values ...

거의 7년 전 | 1

답변 있음
Question about accuracy of two different methods
Method 1 has 5000 operations, each of which is bound to generate some error. Your machine epsilon may vary from mine, but mine ...

거의 7년 전 | 1

| 수락됨

답변 있음
accelerating a function that spends a lot of time in ncread
You might. Have you tried a simple script encasing your proposed netcdt.open and .getVar calls inside the "tic" and "toc"? ...

대략 7년 전 | 0

답변 있음
save problem: -STRUCT must be the name of a scalar structure variable
It is unclear from your post what the data type of variable "S" is. But the error is telling you that "S" is NOT a structure. ...

대략 7년 전 | 0

| 수락됨

답변 있음
How to solve Error-9
Short answer: Contact your Matlab IT administrator. At the very least you'll need to generate a new license file in your mathw...

대략 7년 전 | 0

| 수락됨

답변 있음
Can client use the node located in different countries?
The challenges would be to make the remote/foreign located nodes available to the head node, and then to maintain enough through...

대략 7년 전 | 0

| 수락됨

답변 있음
Sort cells order according to their values?
I'm not sure why your desired output is being spread over two function outputs, but I believe you should be using the "sort" fun...

대략 7년 전 | 0

| 수락됨

답변 있음
Is there a way to Run Simulations Programmatically when they contain a protected model
You're probably out of luck. The core issue is that protected models such as S-Functions don't have a "mdlLoad" function that r...

대략 7년 전 | 0

답변 있음
How to get list of constant blocks in model and its default value in Matlab?
I would recommend you investigate the "find_system" function in the help files. The first command you need is likely some va...

대략 7년 전 | 2

| 수락됨

답변 있음
Is it posible to add some sort of listbox/button that adds a figure in the program?
Rather than have the code "create" the additional boxes, you'd probably be better off building a GUI with all 10 of the input bo...

대략 8년 전 | 0

답변 있음
I want to create a table from this for loop for each different value the overtimesalary and salary
One problem you're probably having is that you are overwriting the Overtimesalary variable each loop. I would restructure the c...

대략 8년 전 | 0

답변 있음
I have a large table with over 13,000 rows, each row represents an experiment and containins a set of genes. I would like to get generate a list of all the genes and the number of experiments that contain that gene. For example:
Given your example and format, you will probably want to make use of a for loop and the "unique" function: Gene = struct('n...

대략 8년 전 | 0

답변 있음
Changing parameters of a block for different simulation steps
A for loop would implement a counting variable as you want, and then you would calculate R(I) in the loop before running the sim...

대략 8년 전 | 0

답변 있음
Error: Attempt to reference field of non-structure array.
The .fig file is not a stand-alone GUI. The like named .m file instantiates the .fig as a GUI. The .fig is like a structure fo...

대략 8년 전 | 0

| 수락됨

답변 있음
Why am I unable to access a network drive when using the MDCS service in MATLAB Distributed Computing Server 4.1 (R2009a)?
Is there somewhere in the documentation that deals with what to do when this suggestion doesn't work in R2013a?

10년 초과 전 | 0

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

거의 12년 전

답변 있음
Question about using MATLAB GUIDE functions
You need to add the code into the callback for pressing the button. Assuming you have one button and haven't renamed the tags, ...

13년 초과 전 | 0

답변 있음
String and cell compares?
I think this is about what you want your code to do. The easiest way to create a cell array of strings is to put the strings in ...

13년 초과 전 | 0

답변 있음
Looping through Cell array
Yes, look up eval() and evalin() functions in the help files. These functions accept strings as inputs and evaluate them as tho...

13년 초과 전 | 0

| 수락됨

답변 있음
Help with debugging an error: Attempted to access R(1); index out of bounds because numel(R)=0???
Are bootstrp and bootr functions you've defined? It would be really difficult to debug without seeing those. If the code used ...

13년 초과 전 | 0

질문


Simulink: Is there any setting that allows for partial library linking?
I am building a library of generic blocks and I am having some trouble getting the library to function in the way I want to. I ...

13년 초과 전 | 답변 수: 2 | 1

2

답변

질문


MDCS Issue: Client can't connect to server. Failing "LockDown Test"
I am resetting my MDCS server and I am running into a bit of difficulty with the process. This MDCS server was working until re...

대략 14년 전 | 답변 수: 1 | 0

1

답변