photo

Paul


Last seen: 3개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
4 답변

순위
170,659
of 300,369

평판
0

참여
10 질문
4 답변

답변 채택
80.0%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


uiaxes title disappears when using plot(ax, ...) after cla(ax,'reset')
My function makePlot(px) is called from the main script with makePlot(ax) where ax is a uiaxes created before calling makePlot. ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


FSOLVE was working until enclosed in a function - difficult for me to interpret error
This section of code was working fine as part of my main live script but has stopped working since I put it into now part of a ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Is it possible to "bind" the value of a uieditfield to a variable?
In the language I am most familiar with (Visual Foxpro) it is possible to have a textbox with a ControlSource property set to a ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to put subscript in uilabel text and can I specify location on same line?
Jonas' answer got me to thinking about HTML and this works better for me because it does not mess with the font uilabel(gl,"Tex...

거의 3년 전 | 0

질문


How to put subscript in uilabel text and can I specify location on same line?
I have the following (gl is a uigridlayout) lblKa = uilabel(gl,"Text","K_a","HorizontalAlignment","center"); lblKa.Layout.Row ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to reset Drop Down control value (NOT uidropdown) - with example
I have the following code (showing picture because I can't display the drop down here) I can't find a way to make sure that e...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Drop down controls not displaying their default values when live script is run
I have a script with two drop downs and each drop down has a default value set. When I run the script the drop down shows their...

거의 3년 전 | 답변 수: 1 | 1

1

답변

답변 있음
How to store value of selected item in a drop down to a variable
There are three parts to this answer. The drop down can only contain one column so I put the pKa values in parentheses after th...

거의 3년 전 | 0

| 수락됨

질문


How to store value of selected item in a drop down to a variable
I am working on a live script and want to populate a drop down list with data from an Excel workbook, The data consists of two ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Trying to use fsolve works over lower part of range (values < 10) but fails in upper part of range (values > 10)
Torsten, I am immensely grateful BUT I haven't actually learnt very much. If some of the questions in my original post could be...

거의 3년 전 | 0

질문


Trying to use fsolve works over lower part of range (values < 10) but fails in upper part of range (values > 10)
Running the following partial script gives me results as expected: Kw = 1*10^-14; Ca = 0.1; Va = 10; pKa = 4.757; Ka = 10...

거의 3년 전 | 답변 수: 3 | 0

3

답변

질문


Trying to ask a question here and anything pasted into the description is double-spaced - will post my question proper later ...
Running the following partial script gives me results as expected Kw = 1*10^-14; Ca = 0.1; Va = 10; pKa = 4.757; Ka = 10^-p...

거의 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Can MatLab help this beginner with a chemistry problem about acid-base titrations
What I am trying to do is this (with some typical values) Ca = 0.1 Cb = 0.05 Va = 20 Ka = 1.8 * 10^-5 Kb = 1.8 * 10^-5 Kw = ...

대략 3년 전 | 0

질문


Can MatLab help this beginner with a chemistry problem about acid-base titrations
I have never used MatLab before and have the following equation ca, cb, Ka, Kb, Kw and Va are either consta...

대략 3년 전 | 답변 수: 3 | 0

3

답변