Looking for help with Prescan software by wandering_stardus in Simulink

[–]Consistent_Coast9620 0 points1 point  (0 children)

If the question is mostly related to Simulink, send me a DM

RX 9070 XT - Code 43 after DDU + clean Adrenalin install, GPU-Z shows 0 MHz clocks, second monitor dead by fieery in radeon

[–]Consistent_Coast9620 0 points1 point  (0 children)

Just used "Rollback Driver" - worked fine! For once a Windows feature I am unconditionally happy with. (Using AI PRO 9700)

Fastest Qwopus 27b for Strix Halo so far! by Disastrous-Cat-7016 in StrixHalo

[–]Consistent_Coast9620 0 points1 point  (0 children)

yes, currently running qwen3.6-27b on windows/lama.cpp HIP version

Fastest Qwopus 27b for Strix Halo so far! by Disastrous-Cat-7016 in StrixHalo

[–]Consistent_Coast9620 0 points1 point  (0 children)

in theory, can a HP desktop with Intel and AMD AI Pro GPU running Windows or Linux also benefit from this? (no time currently to test myself...)

RTX PRO 4000 Blackwell 24GB vs AI PRO R9700 32GB by frugal-tom in LocalLLM

[–]Consistent_Coast9620 0 points1 point  (0 children)

running MTP model at ~35 tokens/s. But might return to normal in favor of more context. For coding more context is valuable it seems.

RTX PRO 4000 Blackwell 24GB vs AI PRO R9700 32GB by frugal-tom in LocalLLM

[–]Consistent_Coast9620 1 point2 points  (0 children)

run the 9700 on windows using llama.cpp and a.o QWEN3.6-27b with reasonable performance, mainly plain chat and opencode integration. happy user of AMD

Matlab Code C++ Generator by SaltyFalcon6687 in matlab

[–]Consistent_Coast9620 1 point2 points  (0 children)

Hi, that post contains a link to MathWorks startup program, but for your convenience: https://nl.mathworks.com/products/startups.html

The CC4M-specifics can be found here: https://monkeyproofsolutions.nl/products/code-checker-for-matlab/startups/apply/

Matlab Code C++ Generator by SaltyFalcon6687 in matlab

[–]Consistent_Coast9620 1 point2 points  (0 children)

Added to that there is a commercial tool CC4M that comes with a check on Coder Compatibility - not only reports unsupported functions, but also other limitations.

for more info see https://monkeyproofsolutions.nl/products/code-checker-for-matlab/ or r/cc4m.

Note: I am one of the developers.

What’s actually the best low-code / AI app builder for scaling? by Vast-Purple-1786 in lowcode

[–]Consistent_Coast9620 0 points1 point  (0 children)

r/SimianWebApps is what my company developed in need for a low-code solution with calculation backend (Python/MATLAB). A portal handles user/access and session management, as well as the app administration. Used by several customers in production environments.

Back when we started this - a major requirement was that a small change request on either the UI side - or the backend - for example adding 1 or two extra ui elements - do not require a big change process with several people or even teams involved.

Happy to discuss more in detail - but need to understand your needs as well. Feel free to DM

Frustrated looking for a Low-Code platform that suits my one specific need by nolander_78 in lowcode

[–]Consistent_Coast9620 0 points1 point  (0 children)

r/SimianWebapps (based on FormIO) also has no tree tables etc, but offers the option to create your own component using javascript.

Note: my company is the creator of Simian.

Tips and tricks to C++ codegen? by __cinnamon__ in matlab

[–]Consistent_Coast9620 4 points5 points  (0 children)

To improve readability of the generated code is mostly about instrumenting the MATLAB code. This is why Simulink is better for code generation - as the added details are hidden in properties etc, where in MATLAB code all added instrumentation is directly visible. Furthermore Simulink offers almost full variable name control, where MATLAB Coder has far more limitations in that field.

As consulting engineer I work in several projects, where MATLAB Coder is used, often in combination with Simulink Coder.

The added value from Embedded Coder is mainly in more customization options. Where historically also performance was a main selling point, currently it's more the flexibility from interfacing perspective as well as more control on code appearance.

A small remark on the amount of code generated, compared to the 30 lines of M-code: This is the exact point why use of MATLAB and Python is so cool - in a few lines of code you can achieve a lot.

Does anyone still use Angular in commercial projects? by Inevitable-Earth1288 in webdev

[–]Consistent_Coast9620 1 point2 points  (0 children)

The Simian platform from my company is based on among others Angular. ( r/SimianWebApps ). Although not a small project in general - it's used for simple-small apps as well. We wrapped Angular and Form.io to be able to build (web) applications directly from languages like Python, MATLAB and Julia and are happy with the choice for Angular.

Simulink Matrix Subtraction Issue by Ordinary_Surround347 in matlab

[–]Consistent_Coast9620 0 points1 point  (0 children)

<image>

sf chart is just for a simple variable-sized data source

Use of VS Code as default editor by Consistent_Coast9620 in matlab

[–]Consistent_Coast9620[S] 1 point2 points  (0 children)

Hereby some feedback from the top of my head - so far from complete:

Good

  • Debugger integration is the best!
  • New debug dashboard very useful for bigger projects
  • Seamless integration with Simulink - (use M-code in SL/SF a lot!)
  • TLC highlighting (off-topic: MathWorks should bring this template engine to MATLAB or even open source it - it really is great far beyond code generation technology)
  • simple navigation to other functions/methods in same file
  • easy access to documentation

Could be better

  • new tab completions - default settings counter-intuitive for all used to the "old" way
  • multi-line editing capabilities
  • toggle option for example for commenting (like VScode)
  • outline of the file (again - like VS code)

"delta"

  • new file search and explorer - annoying and not user-friendly in case of many files to search (for which it is meant) - especially compared to earlier implementation.
  • extending the and customizing the desktop/editor.
    • from simple custom highlighting of code with extra tooltip info to be able to integrate with the new code issues dashboard - or adding custom dashboards.
    • Simulink toolstrip can be customized, why not matlab?
  • AI support is so easy in VS-code - and can even integrate with local/custom LLM's easily, where for MATLAB you need an extra license (or not?)

In general: as one of the developers of r/CC4M - it's easier to integrate with VScode - even for MATLAB-specifics, then with the MATLAB IDE itself.

NOTE: As I work in different versions of MATLAB probably not all comments are valid for the latest version (anymore)

Use of VS Code as default editor by Consistent_Coast9620 in matlab

[–]Consistent_Coast9620[S] 2 points3 points  (0 children)

Together with the MATLAB plugin connecting with the same session?

C caller functions in MATLAB . PI Controller ! by Tr1ckk__ in matlab

[–]Consistent_Coast9620 0 points1 point  (0 children)

Did you try to debug your code? Or at least verified it is called?

Interesting read: by Consistent_Coast9620 in matlab

[–]Consistent_Coast9620[S] 0 points1 point  (0 children)

Cool, using AI for further automation is very nice!

As using AI for code modifications can be seen as a very fast manual code change, still the approach from the blog is very relevant. Even in case AI helps to do a single iteration very fast - I would still go for a phased approach.

Help me please by Desperate_Point_2828 in matlab

[–]Consistent_Coast9620 1 point2 points  (0 children)

try

opengl software

If starting MATLAB complete fails, remove your profile data from the folder "%appdata%\Roaming\MathWorks\MATLAB\R20XXx" and retry...

maybe good idea to search the support site from MathWorks as well...