photo

JClarcq


Last seen: 5 days 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
5 个回答

排名
4,873
of 299,722

声誉
10

贡献数
7 个提问
5 个回答

回答接受率
42.86%

收到投票数
8

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

提问


How to replace exact char in a cell array from another reference cell array
Hello, Given the example below A = {'x1', 'x10', 'x1:x10'}; B = {'x1','x10'}; C = {'Pierre', 'Paul'}; I would like to repla...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Download of addons & update are blocked by company firewall
Could someone provide which https adresses and port number must be allowed to pass through the firewall? I need this information...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Will you allow Symbolic Math Toolbox to be used with mcc compiler?
Hello, Do you have plan in future to support compiling Symbolic Math toolbox with Matlab compiler? So we can distribute execu...

7 years 前 | 0 个回答 | 1

0

个回答

提问


How to use pdeplot with appdesigner?
Hello, I try to display a gradient contour from a thermal pde solution. pdeplot(app.data.thermalModelT,'XYData',app.data...

7 years 前 | 2 个回答 | 5

2

个回答

提问


2017b: Since install of 2017b, I cannot run App designer properly. It fails to load something and does not compile.
Hello, I installed 2017b and right after I could not use App Desinger anyloner. Also the previous project .mapp are not runni...

7 years 前 | 5 个回答 | 0

5

个回答

已回答
How to encode a matlab table in json
just do str=jsonencode(tab); tab2=jsondecode(str); Be careful: I noticed that if you use table properties VariableUn...

7 years 前 | 0

已回答
Non-constant parameters for PDE (thermal solver)
This seems to be the right solution % Set initial condition to ambient everywhere thermalIC(thermalModelS,T_ambient); ...

7 years 前 | 2

| 已接受

已回答
Non-constant parameters for PDE (thermal solver)
I tried also this without success: % Rod model is 2D axissymmetric as in example radioactiveRod close all; clear all;...

7 years 前 | 0

提问


Non-constant parameters for PDE (thermal solver)
Dear Matlab experts, I have difficulties to use non-constant parameters for PDE solver beside simple case as in radioactiveRod ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Need to merge 3 "csg" faces and get rid of the boundary only between 2 of them
I am creating shapes with csg command. I have 3 rectangles (R1,R2,R3 labeled F1,F2,F3 in figure below), thus 2 boundaries (E11, ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Multiple window application with APPDESIGNER (MODAL WINDOW, locking background window)
Read documentation there is an example https://www.mathworks.com/help/matlab/creating_guis/creating-multiwindow-apps-in-app-des...

7 years 前 | 0

已回答
2017b: Since install of 2017b, I cannot run App designer properly. It fails to load something and does not compile.
I want to add that: restoredefaultpath did not solve anything.

8 years 前 | 0