jinjin lee
Followers: 0 Following: 0
Geometry Fractal GIS
Programming Languages:
MATLAB
Spoken Languages:
Chinese
Professional Interests:
Fractals
MATLAB
Spoken Languages:
Chinese
Professional Interests:
Fractals
Feeds
已回答
Need the graph for F,G,theta
you want get F,G,theta?just output the data。 data=conedisk2() Function function data=conedisk2() % Parameter values ...
Need the graph for F,G,theta
you want get F,G,theta?just output the data。 data=conedisk2() Function function data=conedisk2() % Parameter values ...
2 months 前 | 0
已回答
运行循环或者整段代码的时候报错“未定义函数或变量”,但单独执行该段代码会将添加路径的数据赋值给变量,并且相同路径的上一个变量的赋值就正常
很明显你那个switch是根据你的num1的值执行的,num1=1是只有pd1_1和pd2_1有值, pd1_2和 pd2_2均没有赋值也没有这两个变量,那么你后面的代码如果引用pd1_2和 pd2_2,那必然报错啊。
运行循环或者整段代码的时候报错“未定义函数或变量”,但单独执行该段代码会将添加路径的数据赋值给变量,并且相同路径的上一个变量的赋值就正常
很明显你那个switch是根据你的num1的值执行的,num1=1是只有pd1_1和pd2_1有值, pd1_2和 pd2_2均没有赋值也没有这两个变量,那么你后面的代码如果引用pd1_2和 pd2_2,那必然报错啊。
2 months 前 | 0
已回答
无法在webapps/home/index界面启动软件
我也遇到过类似情况,appdesigner下mlapp可以运行应用程序,但是发布成web就是很长时间没有响应;因为有些是web下不支持的,就拿我遇到的情况,一个是词云wordcloud一个是神经网络net;我发现发布从web后功能失效或者无法打开。针对这种...
无法在webapps/home/index界面启动软件
我也遇到过类似情况,appdesigner下mlapp可以运行应用程序,但是发布成web就是很长时间没有响应;因为有些是web下不支持的,就拿我遇到的情况,一个是词云wordcloud一个是神经网络net;我发现发布从web后功能失效或者无法打开。针对这种...
3 months 前 | 0
已回答
appdesigner 不知道是更改还是复制了文本区域(TextArea),导致删除后保存文件,再次打开mlapp还是会出现而且会越来越多,如何破解?
在File Exchange中发现了m2mlapp,就是先将删除重复控件另存为m文件,再调用这个命令可以转换,确实可以恢复。但是复杂的还是会存在功能错误,不过也算一种解决方案吧。
appdesigner 不知道是更改还是复制了文本区域(TextArea),导致删除后保存文件,再次打开mlapp还是会出现而且会越来越多,如何破解?
在File Exchange中发现了m2mlapp,就是先将删除重复控件另存为m文件,再调用这个命令可以转换,确实可以恢复。但是复杂的还是会存在功能错误,不过也算一种解决方案吧。
3 months 前 | 1
提问
appdesigner 不知道是更改还是复制了文本区域(TextArea),导致删除后保存文件,再次打开mlapp还是会出现而且会越来越多,如何破解?
为了表达清楚,我截图如下,之前用的是R2020b就出现过,现在这个是2023a;不知道怎么解决,每次打开mlapp都是先删除那些无用的重复控件才能跑通;用时候会弹出一个什么已经发生变化是否重新加载,不管点哪个最后删完后都能保存,但是再次打开后就又是这样子,...
3 months 前 | 1 个回答 | 0
1
个回答提问
Does Matlabappdesigner support webmaps?
Does Matlabappdesigner support webmaps? I have a shp file that renders very well with wmmarker and can be queried. How can I em...
7 months 前 | 1 个回答 | 0
1
个回答已解决
Throwing Dice - Will You Be Eaten By The Dragon?
You and a dragon have agreed to let dice rolls determine whether it eats you or not. The dragon will roll a single die, of x ...
2 years 前
已解决
Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match (the <http://en.wikipedia.org/...
2 years 前
已解决
Smallest distance between a point and a rectangle
Given two points *x* and *y* placed at opposite corners of a rectangle, find the minimal euclidean distance between another poin...
2 years 前
已解决
Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...
2 years 前
已解决
Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...
2 years 前
已解决
Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...
2 years 前
已解决
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
3 years 前
已解决
Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...
3 years 前
已解决
Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...
3 years 前
已解决
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
3 years 前
已解决
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
3 years 前
已解决
the average value of the elements
Calculate the average value of the elements in the array
3 years 前
已解决
Clockwise or Counterclockwise
Given a list of 2-d points defining the vertices of a polygon, determine whether these points are sorted clockwise. The input...
4 years 前
已解决
Covering area
As an extension of the problem <http://www.mathworks.com/matlabcentral/cody/problems/416-polygon-area>, find the area, bounded b...
4 years 前
已解决
Spherical radius given four points
Determine the radius of a sphere provided four non-coplanar points on the surface of the sphere. pts = [x1 y1 z1; x...
4 years 前