Feeds
提问
Matlab's new appearance after R2025a hinders its usability.
Hello, As we know, Matlab kept its appearance (or user interface) pretty much the same till R2024b version. As we know, from...
19 days 前 | 0 个回答 | 0
0
个回答提问
When closing Web App, the browser ask for : leave site? ... How to disable it?
Hi, I think my problem has no answers but I'd like to state the problem. I deployed a web app on the internet and whenever a...
10 months 前 | 1 个回答 | 0
1
个回答提问
BiCGStab is slower on R2021a using GPUs
Hello, I have both matlab R2020a and R2021a. I have been using rtx 3090 GPU to do my calculations I noticed preconditioned BiC...
4 years 前 | 1 个回答 | 0
1
个回答提问
Preconditioning algorithm on GPU for solution of sparse matrices
Hi I solve large sparse Ax=b equations with conjugate gradient algorithms with a preconditioner. Since Matlab 2016a, Matlab s...
10 years 前 | 1 个回答 | 1
1
个回答提问
Forcing fit to use specific values
I'm trying to fit an equation to a data set. I got a function file which contains the equation lets call it function_eq and i ha...
14 years 前 | 0 个回答 | 0
0
个回答提问
Fitting an integral
I'm going to explain my problem with a sample. Assume that i have a function (f(x)=a.*x^2) and i need to calculate its integra...
15 years 前 | 3 个回答 | 0
3
个回答提问
Arraywise operators in Symbolic expressions
Matlab's symbolic toolbox omits the dot notations in sym classes. Example: >>syms x >>F=x.^2 >>F=x^2 I also tried a...
15 years 前 | 1 个回答 | 0
