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...
22일 전 | 답변 수: 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개월 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
